diff options
| author | DivisionByZero <[email protected]> | 2024-04-11 08:33:15 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-11 08:33:15 +0200 |
| commit | fb65976acb1003f441a35afafbd87204eca0e2d7 (patch) | |
| tree | 741cf63d0fe52947fce23e3f14e1e8ad8b3526fc /src/index.ts | |
| parent | 200a38e76efc27e32f716472bdc4f4d39eff60d1 (diff) | |
| download | faker-fb65976acb1003f441a35afafbd87204eca0e2d7.tar.xz faker-fb65976acb1003f441a35afafbd87204eca0e2d7.zip | |
fix: tree-shaking (#2790)
Co-authored-by: ST-DDT <[email protected]>
Diffstat (limited to 'src/index.ts')
| -rw-r--r-- | src/index.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/index.ts b/src/index.ts index 82310813..b5676f44 100644 --- a/src/index.ts +++ b/src/index.ts @@ -36,7 +36,6 @@ export { export * from './locale'; export { fakerEN as faker } from './locale'; export * from './locales'; -export * as allLocales from './locales'; export { Aircraft } from './modules/airline'; export type { AircraftType, AirlineModule } from './modules/airline'; export type { AnimalModule } from './modules/animal'; |
