(timezone?: string, keepLocalTime?: boolean)
| 6 | declare module 'dayjs' { |
| 7 | interface Dayjs { |
| 8 | tz(timezone?: string, keepLocalTime?: boolean): Dayjs |
| 9 | offsetName(type?: 'short' | 'long'): string | undefined |
| 10 | } |
| 11 |
no outgoing calls
no test coverage detected