aboutsummaryrefslogtreecommitdiff
path: root/src/index.ts
diff options
context:
space:
mode:
authorLeyla Jähnig <[email protected]>2022-10-18 19:29:43 +0200
committerGitHub <[email protected]>2022-10-18 19:29:43 +0200
commit79858fea203bce7ada9e9bcc7751f6ab25123977 (patch)
tree440e365a55814763662392fca10c899acfa2c468 /src/index.ts
parentc977dbc79da0589557205ad2a95befa1cd6a9dea (diff)
downloadfaker-79858fea203bce7ada9e9bcc7751f6ab25123977.tar.xz
faker-79858fea203bce7ada9e9bcc7751f6ab25123977.zip
feat(string): move methods to new module (#1155)
Co-authored-by: Eric Cheng <[email protected]> Co-authored-by: ST-DDT <[email protected]> Co-authored-by: Shinigami92 <[email protected]>
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 bbd419bd..f0b87953 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -67,6 +67,7 @@ export type {
export type { PhoneModule } from './modules/phone';
export type { RandomModule } from './modules/random';
export type { ChemicalElement, ScienceModule, Unit } from './modules/science';
+export type { StringModule } from './modules/string';
export type { SystemModule } from './modules/system';
export type { VehicleModule } from './modules/vehicle';
export type { WordModule } from './modules/word';