UNPKG
@bharat7gupta/people
Version:
latest (1.1.0)
1.1.0
1.0.0
Get random people names
github.com/bharat7gupta/people
bharat7gupta/people
@bharat7gupta/people
/
src
/
index.js
7 lines
(6 loc)
•
171 B
JavaScript
View Raw
1
2
3
4
5
6
7
var
people =
require
(
"./people.json"
);
var
uniqueRandomArray =
require
(
'unique-random-array'
);
module
.
exports
= {
all
: people,
random
:
uniqueRandomArray
(people) }