UNPKG
names-randomexample
Version:
latest (1.0.0)
1.0.0
small library for npm
names-randomexample
/
bin
/
global.js
5 lines
(3 loc)
•
87 B
JavaScript
View Raw
1
2
3
4
5
#!/usr/bin/env node
let
random =
require
(
'../src/index.js'
); random.
randomName
();