diff options
| author | Owen <[email protected]> | 2025-03-06 12:08:47 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-03-06 17:08:47 +0000 |
| commit | ae9aec67b19f779e818be5550a8edc44f20d91d4 (patch) | |
| tree | 5feaada57958f8e52bf791e91fc00c4893b5ff4f /src/definitions | |
| parent | 57d39d74429557a9ebbf777a0c0f413e7851d3fc (diff) | |
| download | faker-ae9aec67b19f779e818be5550a8edc44f20d91d4.tar.xz faker-ae9aec67b19f779e818be5550a8edc44f20d91d4.zip | |
feat(finance): add ISO 4217 numerical codes to Currency (#3404)
Diffstat (limited to 'src/definitions')
| -rw-r--r-- | src/definitions/finance.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/definitions/finance.ts b/src/definitions/finance.ts index 8755edcc..52948aa2 100644 --- a/src/definitions/finance.ts +++ b/src/definitions/finance.ts @@ -18,7 +18,7 @@ export type FinanceDefinition = LocaleEntry<{ credit_card: { [issuer: string]: string[] }; /** - * Currencies including their name, code and symbol (e.g. `US Dollar` / `USD` / `$`). + * Currencies including their name, code, symbol and ISO numeric code (e.g. `US Dollar` / `USD` / `$` / '840'). */ currency: Currency[]; |
