0.0.18 • Published 10 months ago
@easy-harvest/shared v0.0.18
@easy-harvest/shared
Shared modules for Easy Harvest
Installation
npm install @easy-harvest/shared
Usage
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