aboutsummaryrefslogtreecommitdiff
path: root/src/index.ts
diff options
context:
space:
mode:
authorShinigami <[email protected]>2024-02-25 10:36:31 +0100
committerGitHub <[email protected]>2024-02-25 09:36:31 +0000
commit64ff107b8a9cd0965a67f00fd30cded144c02fd6 (patch)
treec727728fd3c98c2abac39bdd9868ada5d430d01d /src/index.ts
parenta9dc7017b4a2b2bf79c42fe947de6029fae5e937 (diff)
downloadfaker-64ff107b8a9cd0965a67f00fd30cded144c02fd6.tar.xz
faker-64ff107b8a9cd0965a67f00fd30cded144c02fd6.zip
refactor(random)!: remove deprecated random module (#2678)
Diffstat (limited to 'src/index.ts')
-rw-r--r--src/index.ts2
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';