diff options
| author | Damien Retzinger <[email protected]> | 2022-01-21 13:19:54 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-21 19:19:54 +0100 |
| commit | 51a95d8db5bf18edc183040b03c84310a1710455 (patch) | |
| tree | 9afeae16c6eeb3fb842d15d1d686a60ee27d55db /examples/node/singleLocale.js | |
| parent | 93e8e535ba5bf85fae029078941523ce566fb356 (diff) | |
| download | faker-51a95d8db5bf18edc183040b03c84310a1710455.tar.xz faker-51a95d8db5bf18edc183040b03c84310a1710455.zip | |
chore: delete old examples and doc folder (#155)
Co-authored-by: Shinigami92 <[email protected]>
Diffstat (limited to 'examples/node/singleLocale.js')
| -rw-r--r-- | examples/node/singleLocale.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/examples/node/singleLocale.js b/examples/node/singleLocale.js deleted file mode 100644 index 55d13a82..00000000 --- a/examples/node/singleLocale.js +++ /dev/null @@ -1,7 +0,0 @@ -var faker = require('../../locale/en'); - -console.log(faker.name.findName()); - -var faker = require('../../locale/uk'); - -console.log(faker.name.findName());
\ No newline at end of file |
