diff options
| author | Michał Cieślar <[email protected]> | 2024-10-10 17:57:27 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-10-10 17:57:27 +0200 |
| commit | 2f93d9da383638b6d232ff8b3cae827ea4c80150 (patch) | |
| tree | 4e966f3ad2382f93baa993af90e1a80b65af9052 /src/index.ts | |
| parent | 17606589dd58151e43c037a3acfa82046b33e37c (diff) | |
| download | faker-2f93d9da383638b6d232ff8b3cae827ea4c80150.tar.xz faker-2f93d9da383638b6d232ff8b3cae827ea4c80150.zip | |
feat: add book module (#2949)
Diffstat (limited to 'src/index.ts')
| -rw-r--r-- | src/index.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/index.ts b/src/index.ts index f94b3aa0..bef353ce 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,6 +1,7 @@ export type { AirlineDefinition, AnimalDefinition, + BookDefinition, ColorDefinition, CommerceDefinition, CommerceProductNameDefinition, @@ -36,6 +37,7 @@ export * from './locales'; export { Aircraft } from './modules/airline'; export type { AircraftType, AirlineModule } from './modules/airline'; export type { AnimalModule } from './modules/animal'; +export type { BookModule } from './modules/book'; export { CssFunction, CssSpace } from './modules/color'; export type { Casing, |
