aboutsummaryrefslogtreecommitdiff
path: root/src/definitions/lorem.ts
diff options
context:
space:
mode:
authorST-DDT <[email protected]>2022-05-03 10:58:41 +0200
committerGitHub <[email protected]>2022-05-03 10:58:41 +0200
commitcc46a0c19af2752b6210c24b715fcce20197b6d9 (patch)
treecc3974effa2ff34a498adf5a0edfe52560806720 /src/definitions/lorem.ts
parent385c03aec9b769c557eb6973abf42accc5650256 (diff)
downloadfaker-cc46a0c19af2752b6210c24b715fcce20197b6d9.tar.xz
faker-cc46a0c19af2752b6210c24b715fcce20197b6d9.zip
chore: remove obsolete definition key constants (#910)
Diffstat (limited to 'src/definitions/lorem.ts')
-rw-r--r--src/definitions/lorem.ts7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/definitions/lorem.ts b/src/definitions/lorem.ts
index eb548e46..202a527f 100644
--- a/src/definitions/lorem.ts
+++ b/src/definitions/lorem.ts
@@ -1,5 +1,3 @@
-import { allOf } from './utils';
-
/**
* The possible definitions related to lorem texts.
*/
@@ -9,8 +7,3 @@ export interface LoremDefinitions {
*/
words: string[];
}
-
-/**
- * Internal: A list of all keys for the LoremDefinitions.
- */
-export const LOREM = allOf<keyof LoremDefinitions>()('words');