@hanwen1089/helloworld
v1.1.0
Published
test npm js,page,exec command。
Readme
My NPM Package
A simple package to say hello and perform basic math.
Installation
npm install helloworld
Usage
const myPackage = require('helloworld');
console.log(myPackage.sayHello('World')); // 输出: Hello, World! console.log(myPackage.add(5, 3)); // 输出: 8
