ddy-test-npm

1.0.4 • Public • Published

ddy-first-npm

说明

这是阿棱的第一个npm包,仅用来测试

使用

const obj = require('ddy-test-npm');
obj.printMsg();
obj.printMsg('这就是个测试啊');

或者

const { printMsg } = require('ddy-test-npm');
printMsg();
printMsg('这就是个测试啊');

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i ddy-test-npm

      Weekly Downloads

      0

      Version

      1.0.4

      License

      ISC

      Unpacked Size

      1.06 kB

      Total Files

      3

      Last publish

      Collaborators

      • dongdanyan