From 64ff107b8a9cd0965a67f00fd30cded144c02fd6 Mon Sep 17 00:00:00 2001 From: Shinigami Date: Sun, 25 Feb 2024 10:36:31 +0100 Subject: refactor(random)!: remove deprecated random module (#2678) --- src/index.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/index.ts') 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'; -- cgit v1.2.3