https://github.com/minsithu/ngapaw
npm package for ngapaw developer
https://github.com/minsithu/ngapaw
Last synced: 22 days ago
JSON representation
npm package for ngapaw developer
- Host: GitHub
- URL: https://github.com/minsithu/ngapaw
- Owner: MinSiThu
- License: mit
- Created: 2022-08-05T11:33:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-05T09:45:04.000Z (over 2 years ago)
- Last Synced: 2024-04-24T07:24:45.139Z (about 1 year ago)
- Language: JavaScript
- Size: 17.6 KB
- Stars: 13
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ngapaw
npm package for ngapaw developer```
npm install ngapaw
``````js
const NgaPaw = require('ngapaw')
const ngapaw = new NgaPaw()console.log(ngapaw.sayRandom());
console.log(ngapaw.bestLanguage());
```