aboutsummaryrefslogtreecommitdiff
path: root/src/modules/random
diff options
context:
space:
mode:
authorST-DDT <[email protected]>2023-04-01 14:46:36 +0200
committerGitHub <[email protected]>2023-04-01 12:46:36 +0000
commitf9411c90d02e8f716283c30accca022eb5e68031 (patch)
treef9fed1886d748a7e99fd13d6c41e1bfb25410add /src/modules/random
parentc5eb72c7dbc03f1258062048aa0e1270719fd9e3 (diff)
downloadfaker-f9411c90d02e8f716283c30accca022eb5e68031.tar.xz
faker-f9411c90d02e8f716283c30accca022eb5e68031.zip
docs: mark deprecated modules (#2000)
Diffstat (limited to 'src/modules/random')
-rw-r--r--src/modules/random/index.ts4
1 files changed, 0 insertions, 4 deletions
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 {