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/system.ts | |
| parent | 385c03aec9b769c557eb6973abf42accc5650256 (diff) | |
| download | faker-cc46a0c19af2752b6210c24b715fcce20197b6d9.tar.xz faker-cc46a0c19af2752b6210c24b715fcce20197b6d9.zip | |
chore: remove obsolete definition key constants (#910)
Diffstat (limited to 'src/definitions/system.ts')
| -rw-r--r-- | src/definitions/system.ts | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/definitions/system.ts b/src/definitions/system.ts index 5c9039b4..c3e25232 100644 --- a/src/definitions/system.ts +++ b/src/definitions/system.ts @@ -1,5 +1,3 @@ -import { allOf } from './utils'; - /** * The possible definitions related to files and the system. */ @@ -23,11 +21,3 @@ export interface SystemMimeTypeEntryDefinitions { compressible?: boolean; charset?: string; } - -/** - * Internal: A list of all keys for the SystemDefinitions. - */ -export const SYSTEM = allOf<keyof SystemDefinitions>()( - 'directoryPaths', - 'mimeTypes' -); |
