mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-04 05:19:12 -04:00
4 lines
104 B
TypeScript
4 lines
104 B
TypeScript
![]() |
declare module "get-timezone-offset" {
|
||
|
export default function(timeZoneName: string, date: Date);
|
||
|
}
|