UNPKG

@simulacrum/auth0-simulator

Version:

Run local instance of Auth0 API for local development and integration testing

4 lines 221 B
export declare const epochTime: (date?: number) => number; export declare const expiresAt: (hours?: number) => number; export declare const epochTimeToLocalDate: (epoch: number) => Date; //# sourceMappingURL=date.d.ts.map