diff options
| author | Leyla Jähnig <[email protected]> | 2022-10-18 19:29:43 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-10-18 19:29:43 +0200 |
| commit | 79858fea203bce7ada9e9bcc7751f6ab25123977 (patch) | |
| tree | 440e365a55814763662392fca10c899acfa2c468 /src/index.ts | |
| parent | c977dbc79da0589557205ad2a95befa1cd6a9dea (diff) | |
| download | faker-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.ts | 1 |
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'; |
