@easy-harvest/shared
v0.0.24
Published
Shared modules for Easy Harvest
Readme
@easy-harvest/shared
Shared modules for Easy Harvest
Installation
npm install @easy-harvest/sharedUsage
import { multiply } from '@easy-harvest/shared';
// ...
const result = await multiply(3, 7);Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library