@easy-harvest/shared

v0.0.8

Published

Shared modules for Easy Harvest

Downloads

551

Readme

@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