20_07_21project 中文文档教程
200721test
这个 npm 模块允许你将两个数字相乘。 如果您想支持我们的项目 - 请随时捐款。
How to use the package:
const megafunction = require('20_07_21test');
console.log(megafunction(21, 2));
Available internal npm scripts for package testing:
Tests:
运行 jest 测试: $ npm run test
Eslint:
运行 eslint: $ npm run eslint
Prettier:
运行更漂亮: $ npm run prettier
200721test
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