Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 214 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 214 Bytes

ngapaw

npm package for ngapaw developer

npm install ngapaw
const NgaPaw = require('ngapaw')
const ngapaw = new NgaPaw()

console.log(ngapaw.sayRandom());
console.log(ngapaw.bestLanguage());