diff options
| author | ST-DDT <[email protected]> | 2022-01-20 12:56:15 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-20 12:56:15 +0100 |
| commit | d4cfa3cbbc1c887a17dddbdd5ffc64140e8fa605 (patch) | |
| tree | 24855d04a58fba8c1865ff412a5b24ea0301ba0d /src/index.ts | |
| parent | 66aa374fc3ca958070819d7eb6b119accc01cd3d (diff) | |
| download | faker-d4cfa3cbbc1c887a17dddbdd5ffc64140e8fa605.tar.xz faker-d4cfa3cbbc1c887a17dddbdd5ffc64140e8fa605.zip | |
feat: migrate locales to typescript (#238)
Diffstat (limited to 'src/index.ts')
| -rw-r--r-- | src/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/index.ts b/src/index.ts index f262601d..a25a4d45 100644 --- a/src/index.ts +++ b/src/index.ts @@ -182,6 +182,7 @@ export interface LocaleDefinition { preposition: any[]; verb: any[]; }>; + [group: string]: any; } export interface FakerOptions { |
