UNPKG

244 BTypeScriptView Raw
1import type { UTCTimeOpts } from './custom_typings.js';
2export declare function utcTimeSync({ startDatetime, offset, }?: UTCTimeOpts): Date;
3export declare function utcTime(opts?: UTCTimeOpts): Promise<Date>;
4//# sourceMappingURL=index.d.ts.map
\No newline at end of file