UNPKG
phaker
Version:
latest (6.0.1)
6.0.1
6.0.0
Generate massive amounts of fake contextual data
github.com/tripu/faker.js
tripu/faker.js
phaker
/
index.js
4 lines
•
196 B
JavaScript
View Raw
1
2
3
4
// since we are requiring the top level of faker, load all locales by default
var
Faker
=
require
(
'./lib'
);
var
faker =
new
Faker
({
locales
:
require
(
'./lib/locales'
) });
module
[
'exports'
] = faker;