diff options
| author | ST-DDT <[email protected]> | 2022-05-03 10:58:41 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-05-03 10:58:41 +0200 |
| commit | cc46a0c19af2752b6210c24b715fcce20197b6d9 (patch) | |
| tree | cc3974effa2ff34a498adf5a0edfe52560806720 /src/definitions/date.ts | |
| parent | 385c03aec9b769c557eb6973abf42accc5650256 (diff) | |
| download | faker-cc46a0c19af2752b6210c24b715fcce20197b6d9.tar.xz faker-cc46a0c19af2752b6210c24b715fcce20197b6d9.zip | |
chore: remove obsolete definition key constants (#910)
Diffstat (limited to 'src/definitions/date.ts')
| -rw-r--r-- | src/definitions/date.ts | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/definitions/date.ts b/src/definitions/date.ts index 2738bdb5..a6d74722 100644 --- a/src/definitions/date.ts +++ b/src/definitions/date.ts @@ -1,5 +1,3 @@ -import { allOf } from './utils'; - /** * The possible definitions related to dates. */ @@ -37,8 +35,3 @@ export interface DateEntryDefinition { */ abbr_context?: string[]; } - -/** - * Internal: A list of all keys for the DateDefinitions. - */ -export const DATE = allOf<keyof DateDefinitions>()('month', 'weekday'); |
