UNPKG
timezone-cast
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.0
Change TZ windows to TZ Unix
github.com/Abomb777/timezone-cast
Abomb777/timezone-cast
timezone-cast
/
lib
/
main.d.ts
3 lines
(2 loc)
•
137 B
TypeScript
View Raw
1
2
3
export
declare
function
toUnix
(
code
:
string
):
string
|
undefined
;
export
declare
function
toWindows
(
code
:
string
):
string
|
undefined
;