UNPKG
chance-object
Version:
latest (1.0.1)
1.0.1
1.0.0
A Chance.js mixin to generate objects.
manovotny/chance-object
chance-object
/
index.js
9 lines
(6 loc)
•
151 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
const
Chance
=
require
(
'chance'
);
const
chance =
new
Chance
();
module
.
exports
=
(
object
) =>
({ [chance.
word
()]: chance.
word
(), ...
object
});