diff options
| author | Shinigami <[email protected]> | 2022-03-01 19:10:52 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-01 19:10:52 +0100 |
| commit | ced5f3d11630914bf489bd4906b8c114a72d587b (patch) | |
| tree | d430e9fa0c70ce1571f8d8b8216b0766c63fa16d /src/definitions | |
| parent | 0afdf0309047a3e2da9f3c802930c026536766a9 (diff) | |
| download | faker-ced5f3d11630914bf489bd4906b8c114a72d587b.tar.xz faker-ced5f3d11630914bf489bd4906b8c114a72d587b.zip | |
chore(deps): add prettier-plugin-organize-imports (#552)
Diffstat (limited to 'src/definitions')
| -rw-r--r-- | src/definitions/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/definitions/index.ts b/src/definitions/index.ts index e4659e0a..9eb4c3f3 100644 --- a/src/definitions/index.ts +++ b/src/definitions/index.ts @@ -7,8 +7,8 @@ export type { export type { CompanyDefinitions } from './company'; export type { DatabaseDefinitions } from './database'; export type { DateDefinitions, DateEntryDefinition } from './date'; -export type { DefinitionTypes, LocaleDefinition } from './definitions'; export { DEFINITIONS } from './definitions'; +export type { DefinitionTypes, LocaleDefinition } from './definitions'; export type { FinanceCurrencyEntryDefinitions, FinanceDefinitions, |
