1.0.0 • Published 3 years ago

20_07_21project v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

20_07_21test

This npm module allows you to multiply two numbers. If you want to support our project - feel free to donate.

How to use the package:

const megafunction = require('20_07_21test'); console.log(megafunction(21, 2));

Available internal npm scripts for package testing:


Tests:

Runs jest tests: $ npm run test

Eslint:

Runs eslint: $ npm run eslint

Prettier:

Runs prettier: $ npm run prettier