0.1.2 • Published 2 years ago

commonbase-module v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

commonbase-module

common base liberary installation

Installation

npm install commonbase-module

Usage

import { multiply } from "commonbase-module";

// ...

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