aboutsummaryrefslogtreecommitdiff
path: root/src/modules/date
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/date')
-rw-r--r--src/modules/date/index.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/modules/date/index.ts b/src/modules/date/index.ts
index f63ed452..8f7efaae 100644
--- a/src/modules/date/index.ts
+++ b/src/modules/date/index.ts
@@ -23,6 +23,9 @@ function toDate(
return date;
}
+/**
+ * Module to generate dates (without methods requiring localized data).
+ */
export class SimpleDateModule {
constructor(protected readonly faker: SimpleFaker) {
bindThisToMemberFunctions(this);