Skip to content

Commit

Permalink
chore: use type export for science interfaces (#1093)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 authored Jun 19, 2022
1 parent b501168 commit 8de200a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8de200a

Please sign in to comment.