UNPKG

@auth/core

Version:

Authentication for the Web.

7 lines 310 B
/** * Takes a number in seconds and returns the date in the future. * Optionally takes a second date parameter. In that case * the date in the future will be calculated from that date instead of now. */ export declare function fromDate(time: number, date?: number): Date; //# sourceMappingURL=date.d.ts.map