diff options
| author | Shinigami <[email protected]> | 2024-02-25 10:36:31 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-02-25 09:36:31 +0000 |
| commit | 64ff107b8a9cd0965a67f00fd30cded144c02fd6 (patch) | |
| tree | c727728fd3c98c2abac39bdd9868ada5d430d01d /src/index.ts | |
| parent | a9dc7017b4a2b2bf79c42fe947de6029fae5e937 (diff) | |
| download | faker-64ff107b8a9cd0965a67f00fd30cded144c02fd6.tar.xz faker-64ff107b8a9cd0965a67f00fd30cded144c02fd6.zip | |
refactor(random)!: remove deprecated random module (#2678)
Diffstat (limited to 'src/index.ts')
| -rw-r--r-- | src/index.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/index.ts b/src/index.ts index 8dd2982b..1edb01f9 100644 --- a/src/index.ts +++ b/src/index.ts @@ -124,8 +124,6 @@ export type { SexType, } from './modules/person'; export type { PhoneModule } from './modules/phone'; -// eslint-disable-next-line deprecation/deprecation -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'; |
