diff options
| author | Shinigami <[email protected]> | 2022-05-04 13:06:49 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-05-04 11:06:49 +0000 |
| commit | 39b74c0326da2d96fa48837a9ad9b995b7158fbd (patch) | |
| tree | b78a19f9f23d9460b6845d95a987e4c6ae9257df /src/index.ts | |
| parent | 63f63612fab40c3def72d9ed50d0ac042a078677 (diff) | |
| download | faker-39b74c0326da2d96fa48837a9ad9b995b7158fbd.tar.xz faker-39b74c0326da2d96fa48837a9ad9b995b7158fbd.zip | |
refactor!: remove faker default export (#799)
Diffstat (limited to 'src/index.ts')
| -rw-r--r-- | src/index.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/index.ts b/src/index.ts index 7778fda0..64223a09 100644 --- a/src/index.ts +++ b/src/index.ts @@ -35,5 +35,3 @@ export { Faker }; export const faker: Faker = new Faker({ locales: allLocales, }); - -export default faker; |
