upsell-background-actions
v0.1.37
Published
headless js for upsell
Downloads
2,158
Readme
upsell-background-actions
headless js for upsell
Installation
npm install upsell-background-actions
Usage
import { multiply } from 'upsell-background-actions';
// ...
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