bl-study

0.0.2 • Public • Published

该文件名必须为README.md,此文件可以写一些描述自己npm包的说明,便于使用者查看。

const add = function (x, y) { console.log("两个数相加的方法"); return x - 0 + y - 0; }

module.exports = { add }

var bl = require('./index');

console.log(bl.add(1, 2));

Readme

Keywords

Package Sidebar

Install

npm i bl-study

Weekly Downloads

0

Version

0.0.2

License

ISC

Unpacked Size

857 B

Total Files

4

Last publish

Collaborators

  • lanbiao