1.0.0 • Published 5 years ago

hello_node_klay v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

Installation

$ npm install hello_node_klay

Hello node

const sayHello = require('hello');
const tipStr = sayHello();
console.log(tipStr);// Hello Node world!
1.0.0

5 years ago