aboutsummaryrefslogtreecommitdiff
path: root/src/time.ts
diff options
context:
space:
mode:
authorST-DDT <[email protected]>2022-02-20 18:51:48 +0100
committerGitHub <[email protected]>2022-02-20 18:51:48 +0100
commitb22cf3b809efab92f5933b9f6641e1959a4c8fcc (patch)
tree7e71f5f90121afc3c2420a561f7370d8213cf8c7 /src/time.ts
parentf7899fde7f8b70db47614168532d3c3606423661 (diff)
downloadfaker-b22cf3b809efab92f5933b9f6641e1959a4c8fcc.tar.xz
faker-b22cf3b809efab92f5933b9f6641e1959a4c8fcc.zip
docs: various fixes (#523)
Diffstat (limited to 'src/time.ts')
-rw-r--r--src/time.ts5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/time.ts b/src/time.ts
index cae55621..df9c0c71 100644
--- a/src/time.ts
+++ b/src/time.ts
@@ -1,6 +1,9 @@
+/**
+ * Module to generate time of dates in various formats.
+ */
export class Time {
/**
- * Returns recent time
+ * Returns recent time.
*
* @param format 'abbr' || 'wide' || 'unix' (default)
*