server-json/node_modules/faker/locale/ReadMe.md
2024-11-01 08:00:42 +00:00

336 B

Read Me

The files in this directory have been auto-generated from the gulpfile.

These file exist in order to allow users to require the faker library using a specific locale ( instead of the default behavior or loading all locales ).

Example:

var faker = require('../locale/en');
console.log(faker.name.findName());