@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.
- package/README.md +199 -10
- package/dist/chunk-2H4KLXGL.js +16 -0
- package/dist/chunk-2H4KLXGL.js.map +1 -0
- package/dist/chunk-3YGPHHB6.js +13 -0
- package/dist/chunk-3YGPHHB6.js.map +1 -0
- package/dist/{chunk-ANLD6IWG.js → chunk-67QHALIG.js} +4 -4
- package/dist/chunk-67QHALIG.js.map +1 -0
- package/dist/chunk-6IP245MS.js +17 -0
- package/dist/chunk-6IP245MS.js.map +1 -0
- package/dist/chunk-BIAPE4MR.js +17 -0
- package/dist/chunk-BIAPE4MR.js.map +1 -0
- package/dist/chunk-CHW2EN2O.js +17 -0
- package/dist/chunk-CHW2EN2O.js.map +1 -0
- package/dist/chunk-D7DPB2JR.js +16 -0
- package/dist/chunk-D7DPB2JR.js.map +1 -0
- package/dist/chunk-OABS374T.js +16 -0
- package/dist/chunk-OABS374T.js.map +1 -0
- package/dist/chunk-PIDXROVB.js +16 -0
- package/dist/chunk-PIDXROVB.js.map +1 -0
- package/dist/chunk-PVAOUYXF.js +17 -0
- package/dist/chunk-PVAOUYXF.js.map +1 -0
- package/dist/chunk-R5XN76EV.js +16 -0
- package/dist/chunk-R5XN76EV.js.map +1 -0
- package/dist/chunk-RJY62CDU.js +16 -0
- package/dist/chunk-RJY62CDU.js.map +1 -0
- package/dist/chunk-ZGR4NZTS.js +17 -0
- package/dist/chunk-ZGR4NZTS.js.map +1 -0
- package/dist/chunk-ZHRMURYP.js +16 -0
- package/dist/chunk-ZHRMURYP.js.map +1 -0
- package/dist/differenceInDays.d.ts +43 -0
- package/dist/differenceInDays.d.ts.map +1 -0
- package/dist/differenceInDays.js +8 -0
- package/dist/differenceInDays.test.d.ts +2 -0
- package/dist/differenceInDays.test.d.ts.map +1 -0
- package/dist/differenceInHours.d.ts +37 -0
- package/dist/differenceInHours.d.ts.map +1 -0
- package/dist/differenceInHours.js +8 -0
- package/dist/differenceInHours.js.map +1 -0
- package/dist/differenceInHours.test.d.ts +2 -0
- package/dist/differenceInHours.test.d.ts.map +1 -0
- package/dist/differenceInMicroseconds.d.ts +37 -0
- package/dist/differenceInMicroseconds.d.ts.map +1 -0
- package/dist/differenceInMicroseconds.js +8 -0
- package/dist/differenceInMicroseconds.js.map +1 -0
- package/dist/differenceInMicroseconds.test.d.ts +2 -0
- package/dist/differenceInMicroseconds.test.d.ts.map +1 -0
- package/dist/differenceInMilliseconds.d.ts +37 -0
- package/dist/differenceInMilliseconds.d.ts.map +1 -0
- package/dist/differenceInMilliseconds.js +8 -0
- package/dist/differenceInMilliseconds.js.map +1 -0
- package/dist/differenceInMilliseconds.test.d.ts +2 -0
- package/dist/differenceInMilliseconds.test.d.ts.map +1 -0
- package/dist/differenceInMinutes.d.ts +37 -0
- package/dist/differenceInMinutes.d.ts.map +1 -0
- package/dist/differenceInMinutes.js +8 -0
- package/dist/differenceInMinutes.js.map +1 -0
- package/dist/differenceInMinutes.test.d.ts +2 -0
- package/dist/differenceInMinutes.test.d.ts.map +1 -0
- package/dist/differenceInMonths.d.ts +43 -0
- package/dist/differenceInMonths.d.ts.map +1 -0
- package/dist/differenceInMonths.js +8 -0
- package/dist/differenceInMonths.js.map +1 -0
- package/dist/differenceInMonths.test.d.ts +2 -0
- package/dist/differenceInMonths.test.d.ts.map +1 -0
- package/dist/differenceInNanoseconds.d.ts +37 -0
- package/dist/differenceInNanoseconds.d.ts.map +1 -0
- package/dist/differenceInNanoseconds.js +8 -0
- package/dist/differenceInNanoseconds.js.map +1 -0
- package/dist/differenceInNanoseconds.test.d.ts +2 -0
- package/dist/differenceInNanoseconds.test.d.ts.map +1 -0
- package/dist/differenceInSeconds.d.ts +37 -0
- package/dist/differenceInSeconds.d.ts.map +1 -0
- package/dist/differenceInSeconds.js +8 -0
- package/dist/differenceInSeconds.js.map +1 -0
- package/dist/differenceInSeconds.test.d.ts +2 -0
- package/dist/differenceInSeconds.test.d.ts.map +1 -0
- package/dist/differenceInWeeks.d.ts +43 -0
- package/dist/differenceInWeeks.d.ts.map +1 -0
- package/dist/differenceInWeeks.js +8 -0
- package/dist/differenceInWeeks.js.map +1 -0
- package/dist/differenceInWeeks.test.d.ts +2 -0
- package/dist/differenceInWeeks.test.d.ts.map +1 -0
- package/dist/differenceInYears.d.ts +43 -0
- package/dist/differenceInYears.d.ts.map +1 -0
- package/dist/differenceInYears.js +8 -0
- package/dist/differenceInYears.js.map +1 -0
- package/dist/differenceInYears.test.d.ts +2 -0
- package/dist/differenceInYears.test.d.ts.map +1 -0
- package/dist/index.d.ts +14 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +65 -13
- package/dist/isFuture.d.ts +35 -0
- package/dist/isFuture.d.ts.map +1 -0
- package/dist/isFuture.js +8 -0
- package/dist/isFuture.js.map +1 -0
- package/dist/isFuture.test.d.ts +2 -0
- package/dist/isFuture.test.d.ts.map +1 -0
- package/dist/isPast.d.ts +35 -0
- package/dist/isPast.d.ts.map +1 -0
- package/dist/isPast.js +8 -0
- package/dist/isPast.js.map +1 -0
- package/dist/isPast.test.d.ts +2 -0
- package/dist/isPast.test.d.ts.map +1 -0
- package/dist/now.d.ts +21 -0
- package/dist/now.d.ts.map +1 -0
- package/dist/now.js +7 -0
- package/dist/now.js.map +1 -0
- package/dist/now.test.d.ts +2 -0
- package/dist/now.test.d.ts.map +1 -0
- package/dist/{getToday.d.ts → today.d.ts} +5 -5
- package/dist/today.d.ts.map +1 -0
- package/dist/today.js +7 -0
- package/dist/today.js.map +1 -0
- package/dist/today.test.d.ts +2 -0
- package/dist/today.test.d.ts.map +1 -0
- package/package.json +1 -1
- package/dist/chunk-ANLD6IWG.js.map +0 -1
- package/dist/getToday.d.ts.map +0 -1
- package/dist/getToday.js +0 -7
- package/dist/getToday.test.d.ts +0 -2
- package/dist/getToday.test.d.ts.map +0 -1
- /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
|
-
|
|
21
|
-
} from "./chunk-
|
|
22
|
-
import {
|
|
23
|
-
startOfYear
|
|
24
|
-
} from "./chunk-YR2UCUIT.js";
|
|
44
|
+
differenceInWeeks
|
|
45
|
+
} from "./chunk-PVAOUYXF.js";
|
|
25
46
|
import {
|
|
26
|
-
|
|
27
|
-
} from "./chunk-
|
|
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
|
-
|
|
46
|
-
} from "./chunk-
|
|
66
|
+
differenceInDays
|
|
67
|
+
} from "./chunk-6IP245MS.js";
|
|
47
68
|
import {
|
|
48
|
-
|
|
49
|
-
} from "./chunk-
|
|
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"}
|
package/dist/isFuture.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"isFuture.test.d.ts","sourceRoot":"","sources":["../src/isFuture.test.ts"],"names":[],"mappings":""}
|
package/dist/isPast.d.ts
ADDED
|
@@ -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 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -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
package/dist/now.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -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
|
|
11
|
+
* const date = today();
|
|
12
12
|
*
|
|
13
13
|
* // Get today in Madrid
|
|
14
|
-
* const todayInMadrid =
|
|
14
|
+
* const todayInMadrid = today("Europe/Madrid");
|
|
15
15
|
*
|
|
16
16
|
* // Get today in UTC
|
|
17
|
-
* const todayUtc =
|
|
17
|
+
* const todayUtc = today("UTC");
|
|
18
18
|
* ```
|
|
19
19
|
*/
|
|
20
|
-
export declare function
|
|
21
|
-
//# sourceMappingURL=
|
|
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 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"today.test.d.ts","sourceRoot":"","sources":["../src/today.test.ts"],"names":[],"mappings":""}
|
package/package.json
CHANGED
|
@@ -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":[]}
|
package/dist/getToday.d.ts.map
DELETED
|
@@ -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
package/dist/getToday.test.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getToday.test.d.ts","sourceRoot":"","sources":["../src/getToday.test.ts"],"names":[],"mappings":""}
|
|
File without changes
|