aboutsummaryrefslogtreecommitdiff
path: root/src/index.ts
diff options
context:
space:
mode:
authorST-DDT <[email protected]>2023-10-04 18:13:00 +0200
committerGitHub <[email protected]>2023-10-04 18:13:00 +0200
commit5410239245b4a6fe8c1976f8aa33c970923f9f40 (patch)
tree7640a15dfc6781311082a6a7e7a87412d7abcf98 /src/index.ts
parent88b2443cab22ade0488643568896b64adef420b5 (diff)
downloadfaker-5410239245b4a6fe8c1976f8aa33c970923f9f40.tar.xz
faker-5410239245b4a6fe8c1976f8aa33c970923f9f40.zip
feat: support custom randomizer (#2284)
Diffstat (limited to 'src/index.ts')
-rw-r--r--src/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/index.ts b/src/index.ts
index 000541b7..8adcd384 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -128,5 +128,6 @@ export type { StringModule } from './modules/string';
export type { SystemModule } from './modules/system';
export type { VehicleModule } from './modules/vehicle';
export type { WordModule } from './modules/word';
+export type { Randomizer } from './randomizer';
export { SimpleFaker, simpleFaker } from './simple-faker';
export { mergeLocales } from './utils/merge-locales';