UNPKG
date-append-offset
Version:
latest (1.1.2)
1.1.2
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Append timezone offset to ISO date strings safely and consistently
date-append-offset
/
dist
/
index.d.mts
4 lines
(2 loc)
•
98 B
text/typescript
View Raw
1
2
3
4
declare
function
appendOffset
(
input
:
string
,
timeZone
:
string
):
string
;
export
{ appendOffset };