UNPKG

@cocalc/server

Version:

CoCalc server functionality: functions used by either the hub and the next.js server

3 lines (2 loc) 212 B
export declare function recentAttempts(email_address: string, ip_address: string): Promise<number>; export declare function createReset(email_address: string, ip_address: string, ttl_s: number): Promise<string>;