UNPKG

@botonic/plugin-contentful

Version:

## What Does This Plugin Do?

7 lines (6 loc) 249 B
import momentTz from 'moment-timezone'; /** * @return the offset of specified timezone with respect to offset of local timezone * at specified date */ export declare function offsetWithTimeZone(timeZone: momentTz.MomentZone, date: Date): number;