UNPKG

340 BMarkdownView Raw
1# Read Me
2
3The files in this directory have been auto-generated from the `gulpfile`.
4
5These file exist in order to allow users to require the `faker` library using a specific locale ( instead of the default behavior or loading all all locales ).
6
7Example:
8
9``` js
10var faker = require('../locale/en');
11console.log(faker.name.findName());
12```
\No newline at end of file