From 24415ee993a9c6e3c8f0dffa544f492dcb29463c Mon Sep 17 00:00:00 2001 From: ST-DDT Date: Sun, 24 Sep 2023 01:24:37 +0200 Subject: infra: lint all existing jsdocs (#2408) --- src/modules/date/index.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/modules/date') 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); -- cgit v1.2.3