Skip to content

Commit

Permalink
refactor(FakerError): export from library
Browse files Browse the repository at this point in the history
  • Loading branch information
xDivisionByZerox committed Mar 31, 2022
1 parent a26bffd commit f0ec3b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export type {
VehicleDefinitions,
WordDefinitions,
} from './definitions';
export { FakerError } from './errors/faker-error';
export type { FakerOptions, UsableLocale, UsedLocales } from './faker';
export { Gender } from './name';
export type { GenderType } from './name';
Expand Down

0 comments on commit f0ec3b9

Please sign in to comment.