Package description
Install package:
# npm
npm install packageName
# yarn
yarn install packageName
# pnpm
pnpm install packageName
Import:
// ESM
import { sum } from 'packageName'
// CommonJS
const { sum } = require('packageName')
- Clone this repository
- Install dependencies using
yarn install
- Watch files in development using
yarn dev
- Run interactive tests using
yarn test
Published under MIT License.
Made with ❤️ by authorName in France.
Sponsors | |
---|---|
|
|