diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.ts b/src/index.ts index 48b21a05..8a6b7ecc 100644 --- a/src/index.ts +++ b/src/index.ts @@ -39,7 +39,7 @@ export type { } from './modules/color'; export { Gender } from './modules/name'; export type { GenderType } from './modules/name'; -export { ChemicalElement, Unit } from './modules/science'; +export type { ChemicalElement, Unit } from './modules/science'; export { Faker }; // since we are requiring the top level of faker, load all locales by default |
