@gobrand/tiempo 2.2.0 → 2.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (122) hide show
  1. package/README.md +199 -10
  2. package/dist/chunk-2H4KLXGL.js +16 -0
  3. package/dist/chunk-2H4KLXGL.js.map +1 -0
  4. package/dist/chunk-3YGPHHB6.js +13 -0
  5. package/dist/chunk-3YGPHHB6.js.map +1 -0
  6. package/dist/{chunk-ANLD6IWG.js → chunk-67QHALIG.js} +4 -4
  7. package/dist/chunk-67QHALIG.js.map +1 -0
  8. package/dist/chunk-6IP245MS.js +17 -0
  9. package/dist/chunk-6IP245MS.js.map +1 -0
  10. package/dist/chunk-BIAPE4MR.js +17 -0
  11. package/dist/chunk-BIAPE4MR.js.map +1 -0
  12. package/dist/chunk-CHW2EN2O.js +17 -0
  13. package/dist/chunk-CHW2EN2O.js.map +1 -0
  14. package/dist/chunk-D7DPB2JR.js +16 -0
  15. package/dist/chunk-D7DPB2JR.js.map +1 -0
  16. package/dist/chunk-OABS374T.js +16 -0
  17. package/dist/chunk-OABS374T.js.map +1 -0
  18. package/dist/chunk-PIDXROVB.js +16 -0
  19. package/dist/chunk-PIDXROVB.js.map +1 -0
  20. package/dist/chunk-PVAOUYXF.js +17 -0
  21. package/dist/chunk-PVAOUYXF.js.map +1 -0
  22. package/dist/chunk-R5XN76EV.js +16 -0
  23. package/dist/chunk-R5XN76EV.js.map +1 -0
  24. package/dist/chunk-RJY62CDU.js +16 -0
  25. package/dist/chunk-RJY62CDU.js.map +1 -0
  26. package/dist/chunk-ZGR4NZTS.js +17 -0
  27. package/dist/chunk-ZGR4NZTS.js.map +1 -0
  28. package/dist/chunk-ZHRMURYP.js +16 -0
  29. package/dist/chunk-ZHRMURYP.js.map +1 -0
  30. package/dist/differenceInDays.d.ts +43 -0
  31. package/dist/differenceInDays.d.ts.map +1 -0
  32. package/dist/differenceInDays.js +8 -0
  33. package/dist/differenceInDays.test.d.ts +2 -0
  34. package/dist/differenceInDays.test.d.ts.map +1 -0
  35. package/dist/differenceInHours.d.ts +37 -0
  36. package/dist/differenceInHours.d.ts.map +1 -0
  37. package/dist/differenceInHours.js +8 -0
  38. package/dist/differenceInHours.js.map +1 -0
  39. package/dist/differenceInHours.test.d.ts +2 -0
  40. package/dist/differenceInHours.test.d.ts.map +1 -0
  41. package/dist/differenceInMicroseconds.d.ts +37 -0
  42. package/dist/differenceInMicroseconds.d.ts.map +1 -0
  43. package/dist/differenceInMicroseconds.js +8 -0
  44. package/dist/differenceInMicroseconds.js.map +1 -0
  45. package/dist/differenceInMicroseconds.test.d.ts +2 -0
  46. package/dist/differenceInMicroseconds.test.d.ts.map +1 -0
  47. package/dist/differenceInMilliseconds.d.ts +37 -0
  48. package/dist/differenceInMilliseconds.d.ts.map +1 -0
  49. package/dist/differenceInMilliseconds.js +8 -0
  50. package/dist/differenceInMilliseconds.js.map +1 -0
  51. package/dist/differenceInMilliseconds.test.d.ts +2 -0
  52. package/dist/differenceInMilliseconds.test.d.ts.map +1 -0
  53. package/dist/differenceInMinutes.d.ts +37 -0
  54. package/dist/differenceInMinutes.d.ts.map +1 -0
  55. package/dist/differenceInMinutes.js +8 -0
  56. package/dist/differenceInMinutes.js.map +1 -0
  57. package/dist/differenceInMinutes.test.d.ts +2 -0
  58. package/dist/differenceInMinutes.test.d.ts.map +1 -0
  59. package/dist/differenceInMonths.d.ts +43 -0
  60. package/dist/differenceInMonths.d.ts.map +1 -0
  61. package/dist/differenceInMonths.js +8 -0
  62. package/dist/differenceInMonths.js.map +1 -0
  63. package/dist/differenceInMonths.test.d.ts +2 -0
  64. package/dist/differenceInMonths.test.d.ts.map +1 -0
  65. package/dist/differenceInNanoseconds.d.ts +37 -0
  66. package/dist/differenceInNanoseconds.d.ts.map +1 -0
  67. package/dist/differenceInNanoseconds.js +8 -0
  68. package/dist/differenceInNanoseconds.js.map +1 -0
  69. package/dist/differenceInNanoseconds.test.d.ts +2 -0
  70. package/dist/differenceInNanoseconds.test.d.ts.map +1 -0
  71. package/dist/differenceInSeconds.d.ts +37 -0
  72. package/dist/differenceInSeconds.d.ts.map +1 -0
  73. package/dist/differenceInSeconds.js +8 -0
  74. package/dist/differenceInSeconds.js.map +1 -0
  75. package/dist/differenceInSeconds.test.d.ts +2 -0
  76. package/dist/differenceInSeconds.test.d.ts.map +1 -0
  77. package/dist/differenceInWeeks.d.ts +43 -0
  78. package/dist/differenceInWeeks.d.ts.map +1 -0
  79. package/dist/differenceInWeeks.js +8 -0
  80. package/dist/differenceInWeeks.js.map +1 -0
  81. package/dist/differenceInWeeks.test.d.ts +2 -0
  82. package/dist/differenceInWeeks.test.d.ts.map +1 -0
  83. package/dist/differenceInYears.d.ts +43 -0
  84. package/dist/differenceInYears.d.ts.map +1 -0
  85. package/dist/differenceInYears.js +8 -0
  86. package/dist/differenceInYears.js.map +1 -0
  87. package/dist/differenceInYears.test.d.ts +2 -0
  88. package/dist/differenceInYears.test.d.ts.map +1 -0
  89. package/dist/index.d.ts +14 -1
  90. package/dist/index.d.ts.map +1 -1
  91. package/dist/index.js +65 -13
  92. package/dist/isFuture.d.ts +35 -0
  93. package/dist/isFuture.d.ts.map +1 -0
  94. package/dist/isFuture.js +8 -0
  95. package/dist/isFuture.js.map +1 -0
  96. package/dist/isFuture.test.d.ts +2 -0
  97. package/dist/isFuture.test.d.ts.map +1 -0
  98. package/dist/isPast.d.ts +35 -0
  99. package/dist/isPast.d.ts.map +1 -0
  100. package/dist/isPast.js +8 -0
  101. package/dist/isPast.js.map +1 -0
  102. package/dist/isPast.test.d.ts +2 -0
  103. package/dist/isPast.test.d.ts.map +1 -0
  104. package/dist/now.d.ts +21 -0
  105. package/dist/now.d.ts.map +1 -0
  106. package/dist/now.js +7 -0
  107. package/dist/now.js.map +1 -0
  108. package/dist/now.test.d.ts +2 -0
  109. package/dist/now.test.d.ts.map +1 -0
  110. package/dist/{getToday.d.ts → today.d.ts} +5 -5
  111. package/dist/today.d.ts.map +1 -0
  112. package/dist/today.js +7 -0
  113. package/dist/today.js.map +1 -0
  114. package/dist/today.test.d.ts +2 -0
  115. package/dist/today.test.d.ts.map +1 -0
  116. package/package.json +1 -1
  117. package/dist/chunk-ANLD6IWG.js.map +0 -1
  118. package/dist/getToday.d.ts.map +0 -1
  119. package/dist/getToday.js +0 -7
  120. package/dist/getToday.test.d.ts +0 -2
  121. package/dist/getToday.test.d.ts.map +0 -1
  122. /package/dist/{getToday.js.map → differenceInDays.js.map} +0 -0
package/dist/index.js CHANGED
@@ -1,15 +1,39 @@
1
+ import {
2
+ startOfWeek
3
+ } from "./chunk-2WMXB7QL.js";
4
+ import {
5
+ startOfYear
6
+ } from "./chunk-YR2UCUIT.js";
7
+ import {
8
+ toUtc
9
+ } from "./chunk-GPAFAHKJ.js";
1
10
  import {
2
11
  toUtcString
3
12
  } from "./chunk-DMKGJY4N.js";
4
13
  import {
5
14
  toZonedTime
6
15
  } from "./chunk-KD5GEHUA.js";
16
+ import {
17
+ today
18
+ } from "./chunk-67QHALIG.js";
19
+ import {
20
+ isAfter
21
+ } from "./chunk-BBNNR2QH.js";
7
22
  import {
8
23
  isBefore
9
24
  } from "./chunk-IPJUERCK.js";
25
+ import {
26
+ isFuture
27
+ } from "./chunk-R5XN76EV.js";
28
+ import {
29
+ isPast
30
+ } from "./chunk-2H4KLXGL.js";
10
31
  import {
11
32
  isSameDay
12
33
  } from "./chunk-RW3C2677.js";
34
+ import {
35
+ now
36
+ } from "./chunk-3YGPHHB6.js";
13
37
  import {
14
38
  startOfDay
15
39
  } from "./chunk-TW5EV3DH.js";
@@ -17,14 +41,11 @@ import {
17
41
  startOfMonth
18
42
  } from "./chunk-TU2UNOOW.js";
19
43
  import {
20
- startOfWeek
21
- } from "./chunk-2WMXB7QL.js";
22
- import {
23
- startOfYear
24
- } from "./chunk-YR2UCUIT.js";
44
+ differenceInWeeks
45
+ } from "./chunk-PVAOUYXF.js";
25
46
  import {
26
- toUtc
27
- } from "./chunk-GPAFAHKJ.js";
47
+ differenceInYears
48
+ } from "./chunk-CHW2EN2O.js";
28
49
  import {
29
50
  endOfDay
30
51
  } from "./chunk-CUMB4776.js";
@@ -42,28 +63,59 @@ import {
42
63
  format
43
64
  } from "./chunk-2G5RJGPR.js";
44
65
  import {
45
- getToday
46
- } from "./chunk-ANLD6IWG.js";
66
+ differenceInDays
67
+ } from "./chunk-6IP245MS.js";
47
68
  import {
48
- isAfter
49
- } from "./chunk-BBNNR2QH.js";
69
+ differenceInHours
70
+ } from "./chunk-PIDXROVB.js";
71
+ import {
72
+ differenceInMicroseconds
73
+ } from "./chunk-ZGR4NZTS.js";
74
+ import {
75
+ differenceInMilliseconds
76
+ } from "./chunk-D7DPB2JR.js";
77
+ import {
78
+ differenceInMinutes
79
+ } from "./chunk-RJY62CDU.js";
80
+ import {
81
+ differenceInMonths
82
+ } from "./chunk-BIAPE4MR.js";
83
+ import {
84
+ differenceInNanoseconds
85
+ } from "./chunk-OABS374T.js";
86
+ import {
87
+ differenceInSeconds
88
+ } from "./chunk-ZHRMURYP.js";
50
89
  import "./chunk-MJSZNWCV.js";
51
90
  export {
91
+ differenceInDays,
92
+ differenceInHours,
93
+ differenceInMicroseconds,
94
+ differenceInMilliseconds,
95
+ differenceInMinutes,
96
+ differenceInMonths,
97
+ differenceInNanoseconds,
98
+ differenceInSeconds,
99
+ differenceInWeeks,
100
+ differenceInYears,
52
101
  endOfDay,
53
102
  endOfMonth,
54
103
  endOfWeek,
55
104
  endOfYear,
56
105
  format,
57
- getToday,
58
106
  isAfter,
59
107
  isBefore,
108
+ isFuture,
109
+ isPast,
60
110
  isSameDay,
111
+ now,
61
112
  startOfDay,
62
113
  startOfMonth,
63
114
  startOfWeek,
64
115
  startOfYear,
65
116
  toUtc,
66
117
  toUtcString,
67
- toZonedTime
118
+ toZonedTime,
119
+ today
68
120
  };
69
121
  //# sourceMappingURL=index.js.map
@@ -0,0 +1,35 @@
1
+ import { Temporal } from '@js-temporal/polyfill';
2
+ /**
3
+ * Returns true if the given datetime is in the future.
4
+ * Compares by the underlying instant (epoch time) against the current time.
5
+ *
6
+ * @param date - Datetime to check (Instant or ZonedDateTime)
7
+ * @returns true if date is after the current instant, false otherwise
8
+ *
9
+ * @example
10
+ * ```ts
11
+ * const tomorrow = Temporal.Now.zonedDateTimeISO().add({ days: 1 });
12
+ * const yesterday = Temporal.Now.zonedDateTimeISO().subtract({ days: 1 });
13
+ *
14
+ * isFuture(tomorrow); // true
15
+ * isFuture(yesterday); // false
16
+ * ```
17
+ *
18
+ * @example
19
+ * ```ts
20
+ * // Works with Instant too
21
+ * const futureInstant = Temporal.Now.instant().add({ hours: 1 });
22
+ *
23
+ * isFuture(futureInstant); // true
24
+ * ```
25
+ *
26
+ * @example
27
+ * ```ts
28
+ * // Works with any timezone
29
+ * const futureInTokyo = Temporal.ZonedDateTime.from('2100-01-01T00:00:00+09:00[Asia/Tokyo]');
30
+ *
31
+ * isFuture(futureInTokyo); // true
32
+ * ```
33
+ */
34
+ export declare function isFuture(date: Temporal.Instant | Temporal.ZonedDateTime): boolean;
35
+ //# sourceMappingURL=isFuture.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"isFuture.d.ts","sourceRoot":"","sources":["../src/isFuture.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAGjD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,wBAAgB,QAAQ,CACtB,IAAI,EAAE,QAAQ,CAAC,OAAO,GAAG,QAAQ,CAAC,aAAa,GAC9C,OAAO,CAKT"}
@@ -0,0 +1,8 @@
1
+ import {
2
+ isFuture
3
+ } from "./chunk-R5XN76EV.js";
4
+ import "./chunk-MJSZNWCV.js";
5
+ export {
6
+ isFuture
7
+ };
8
+ //# sourceMappingURL=isFuture.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=isFuture.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"isFuture.test.d.ts","sourceRoot":"","sources":["../src/isFuture.test.ts"],"names":[],"mappings":""}
@@ -0,0 +1,35 @@
1
+ import { Temporal } from '@js-temporal/polyfill';
2
+ /**
3
+ * Returns true if the given datetime is in the past.
4
+ * Compares by the underlying instant (epoch time) against the current time.
5
+ *
6
+ * @param date - Datetime to check (Instant or ZonedDateTime)
7
+ * @returns true if date is before the current instant, false otherwise
8
+ *
9
+ * @example
10
+ * ```ts
11
+ * const yesterday = Temporal.Now.zonedDateTimeISO().subtract({ days: 1 });
12
+ * const tomorrow = Temporal.Now.zonedDateTimeISO().add({ days: 1 });
13
+ *
14
+ * isPast(yesterday); // true
15
+ * isPast(tomorrow); // false
16
+ * ```
17
+ *
18
+ * @example
19
+ * ```ts
20
+ * // Works with Instant too
21
+ * const pastInstant = Temporal.Now.instant().subtract({ hours: 1 });
22
+ *
23
+ * isPast(pastInstant); // true
24
+ * ```
25
+ *
26
+ * @example
27
+ * ```ts
28
+ * // Works with any timezone
29
+ * const pastInTokyo = Temporal.ZonedDateTime.from('1970-01-01T00:00:00+09:00[Asia/Tokyo]');
30
+ *
31
+ * isPast(pastInTokyo); // true
32
+ * ```
33
+ */
34
+ export declare function isPast(date: Temporal.Instant | Temporal.ZonedDateTime): boolean;
35
+ //# sourceMappingURL=isPast.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"isPast.d.ts","sourceRoot":"","sources":["../src/isPast.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAGjD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,wBAAgB,MAAM,CACpB,IAAI,EAAE,QAAQ,CAAC,OAAO,GAAG,QAAQ,CAAC,aAAa,GAC9C,OAAO,CAKT"}
package/dist/isPast.js ADDED
@@ -0,0 +1,8 @@
1
+ import {
2
+ isPast
3
+ } from "./chunk-2H4KLXGL.js";
4
+ import "./chunk-MJSZNWCV.js";
5
+ export {
6
+ isPast
7
+ };
8
+ //# sourceMappingURL=isPast.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=isPast.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"isPast.test.d.ts","sourceRoot":"","sources":["../src/isPast.test.ts"],"names":[],"mappings":""}
package/dist/now.d.ts ADDED
@@ -0,0 +1,21 @@
1
+ import { Temporal } from '@js-temporal/polyfill';
2
+ /**
3
+ * Get the current date and time in the system's local timezone or a specified timezone.
4
+ *
5
+ * @param timezone - Optional IANA timezone identifier (e.g., "America/Asuncion", "Europe/Madrid") or "UTC"
6
+ * @returns A Temporal.ZonedDateTime representing the current date and time
7
+ *
8
+ * @example
9
+ * ```typescript
10
+ * // Get now in local timezone
11
+ * const current = now();
12
+ *
13
+ * // Get now in Madrid
14
+ * const nowInMadrid = now("Europe/Madrid");
15
+ *
16
+ * // Get now in UTC
17
+ * const nowUtc = now("UTC");
18
+ * ```
19
+ */
20
+ export declare function now(timezone?: 'UTC' | string): Temporal.ZonedDateTime;
21
+ //# sourceMappingURL=now.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"now.d.ts","sourceRoot":"","sources":["../src/now.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAEjD;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAAgB,GAAG,CAAC,QAAQ,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,QAAQ,CAAC,aAAa,CAKrE"}
package/dist/now.js ADDED
@@ -0,0 +1,7 @@
1
+ import {
2
+ now
3
+ } from "./chunk-3YGPHHB6.js";
4
+ export {
5
+ now
6
+ };
7
+ //# sourceMappingURL=now.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=now.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"now.test.d.ts","sourceRoot":"","sources":["../src/now.test.ts"],"names":[],"mappings":""}
@@ -8,14 +8,14 @@ import { Temporal } from '@js-temporal/polyfill';
8
8
  * @example
9
9
  * ```typescript
10
10
  * // Get today in local timezone
11
- * const today = getToday();
11
+ * const date = today();
12
12
  *
13
13
  * // Get today in Madrid
14
- * const todayInMadrid = getToday("Europe/Madrid");
14
+ * const todayInMadrid = today("Europe/Madrid");
15
15
  *
16
16
  * // Get today in UTC
17
- * const todayUtc = getToday("UTC");
17
+ * const todayUtc = today("UTC");
18
18
  * ```
19
19
  */
20
- export declare function getToday(timezone?: "UTC" | string): Temporal.PlainDate;
21
- //# sourceMappingURL=getToday.d.ts.map
20
+ export declare function today(timezone?: "UTC" | string): Temporal.PlainDate;
21
+ //# sourceMappingURL=today.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"today.d.ts","sourceRoot":"","sources":["../src/today.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAEjD;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAAgB,KAAK,CAAC,QAAQ,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,QAAQ,CAAC,SAAS,CAKnE"}
package/dist/today.js ADDED
@@ -0,0 +1,7 @@
1
+ import {
2
+ today
3
+ } from "./chunk-67QHALIG.js";
4
+ export {
5
+ today
6
+ };
7
+ //# sourceMappingURL=today.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=today.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"today.test.d.ts","sourceRoot":"","sources":["../src/today.test.ts"],"names":[],"mappings":""}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gobrand/tiempo",
3
- "version": "2.2.0",
3
+ "version": "2.2.2",
4
4
  "description": "Lightweight utility functions for converting between UTC and timezone-aware datetimes using the Temporal API",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/getToday.ts"],"sourcesContent":["import { Temporal } from '@js-temporal/polyfill';\n\n/**\n * Get today's date in the system's local timezone or a specified timezone.\n *\n * @param timezone - Optional IANA timezone identifier (e.g., \"America/Asuncion\", \"Europe/Madrid\") or \"UTC\"\n * @returns A Temporal.PlainDate representing today's date\n *\n * @example\n * ```typescript\n * // Get today in local timezone\n * const today = getToday();\n *\n * // Get today in Madrid\n * const todayInMadrid = getToday(\"Europe/Madrid\");\n *\n * // Get today in UTC\n * const todayUtc = getToday(\"UTC\");\n * ```\n */\nexport function getToday(timezone?: \"UTC\" | string): Temporal.PlainDate {\n if (timezone) {\n return Temporal.Now.zonedDateTimeISO(timezone).toPlainDate();\n }\n return Temporal.Now.plainDateISO();\n}\n"],"mappings":";AAAA,SAAS,gBAAgB;AAoBlB,SAAS,SAAS,UAA+C;AACtE,MAAI,UAAU;AACZ,WAAO,SAAS,IAAI,iBAAiB,QAAQ,EAAE,YAAY;AAAA,EAC7D;AACA,SAAO,SAAS,IAAI,aAAa;AACnC;","names":[]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"getToday.d.ts","sourceRoot":"","sources":["../src/getToday.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAEjD;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAAgB,QAAQ,CAAC,QAAQ,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,QAAQ,CAAC,SAAS,CAKtE"}
package/dist/getToday.js DELETED
@@ -1,7 +0,0 @@
1
- import {
2
- getToday
3
- } from "./chunk-ANLD6IWG.js";
4
- export {
5
- getToday
6
- };
7
- //# sourceMappingURL=getToday.js.map
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=getToday.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getToday.test.d.ts","sourceRoot":"","sources":["../src/getToday.test.ts"],"names":[],"mappings":""}