From f9411c90d02e8f716283c30accca022eb5e68031 Mon Sep 17 00:00:00 2001 From: ST-DDT Date: Sat, 1 Apr 2023 14:46:36 +0200 Subject: docs: mark deprecated modules (#2000) --- src/modules/random/index.ts | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/modules/random') diff --git a/src/modules/random/index.ts b/src/modules/random/index.ts index df58d292..2a44b0e2 100644 --- a/src/modules/random/index.ts +++ b/src/modules/random/index.ts @@ -12,10 +12,6 @@ import type { /** * Generates random values of different kinds. * - * ### Overview - * - * All the methods in this module are deprecated. - * * @deprecated Use the modules specific to the type of data you want to generate instead. */ export class RandomModule { -- cgit v1.2.3