aboutsummaryrefslogtreecommitdiff
path: root/src/locales/base
diff options
context:
space:
mode:
authorST-DDT <[email protected]>2024-10-21 14:48:28 +0200
committerGitHub <[email protected]>2024-10-21 12:48:28 +0000
commitf917f4fd348d2cce7883dc2b0d46c4dda72ec442 (patch)
tree657fc5e73ddbec4b259b9a54a815aa29d7fde44a /src/locales/base
parent18e59aa8805b3413b6f8058b1a00ff5bcbfbc935 (diff)
downloadfaker-f917f4fd348d2cce7883dc2b0d46c4dda72ec442.tar.xz
faker-f917f4fd348d2cce7883dc2b0d46c4dda72ec442.zip
docs: add jsdocs to the pre-built instances (#3193)
Diffstat (limited to 'src/locales/base')
-rw-r--r--src/locales/base/index.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/locales/base/index.ts b/src/locales/base/index.ts
index 0a031fbb..2e260172 100644
--- a/src/locales/base/index.ts
+++ b/src/locales/base/index.ts
@@ -12,6 +12,11 @@ import location from './location';
import metadata from './metadata';
import system from './system';
+/**
+ * The locale data for the `base` locale.
+ *
+ * The base locale contains data that is shared across all locales such as ISO codes, time zones, and more.
+ */
const base: LocaleDefinition = {
color,
database,