UNPKG

nodemod

Version:

A collection of node modules for The Really Project

4 lines 244 B
import type { UTCTimeOpts } from './custom_typings.js'; export declare function utcTimeSync({ startDatetime, offset, }?: UTCTimeOpts): Date; export declare function utcTime(opts?: UTCTimeOpts): Promise<Date>; //# sourceMappingURL=index.d.ts.map