UNPKG

nodemod

Version:

A collection of node modules for The Really Project

4 lines 249 B
import type { UTCDateParams } from './custom_typings.js'; export declare function utcDateSync({ startDate, offset, }?: UTCDateParams): Date; export declare function utcDate(options?: UTCDateParams): Promise<Date>; //# sourceMappingURL=index.d.ts.map