diff options
| author | Shinigami92 <[email protected]> | 2022-01-14 19:22:42 +0100 |
|---|---|---|
| committer | Damien Retzinger <[email protected]> | 2022-01-14 18:37:49 -0500 |
| commit | f956fdec5f829ccc5d39e0f293cc467808be751e (patch) | |
| tree | 658f86b20722e7cfdb1a9220aa72ff871e37f96c | |
| parent | fa0079df8d2c153fc5a9eabb85ec19366f477a46 (diff) | |
| download | faker-f956fdec5f829ccc5d39e0f293cc467808be751e.tar.xz faker-f956fdec5f829ccc5d39e0f293cc467808be751e.zip | |
chore: single quotes
| -rw-r--r-- | index.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ -"use strict"; +'use strict'; // since we are requiring the top level of faker, load all locales by default -var lib_1 = require("./lib"); +var lib_1 = require('./lib'); var faker = new lib_1.Faker({ locales: require('./lib/locales') }); module.exports = faker; |
