DefinitelyTyped/types/timezoned-date/index.d.ts
2019-07-10 14:19:42 -07:00

10 lines
396 B
TypeScript

// Type definitions for timezoned-date 3.0
// Project: https://github.com/thorn0/timezoned-date#readme
// Definitions by: Ben Grynhaus <https://github.com/bengry>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/**
* Returns a constructor function compatible with Date bound to the specified offset.
*/
export function makeConstructor(offsetInMinutes: number): typeof Date;