multiplier-e-component
v0.1.0
Published
Demo project of multiplier
Downloads
3
Maintainers
Readme
multiplier-e-component
Demo project of multiplier
Installation
npm install multiplier-e-component
Usage
import { multiply } from 'multiplier-e-component';
// ...
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