UNPKG
@busy-web/utils
Version:
latest (3.0.3)
3.0.3
3.0.2
3.0.1
3.0.1-beta.1
2.9.0
@busy-web util methods
@busy-web/utils
/
dist
/
time-zones.d.ts
2 lines
(1 loc)
•
92 B
TypeScript
View Raw
1
2
export
declare
function
timeZoneString
(
offset
:
string
,
isDST
:
boolean
):
string
|
undefined
;