UNPKG

@cocalc/server

Version:

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

3 lines (2 loc) 186 B
export declare function signInCheck(email: string, ip?: string, auth_token?: boolean): Promise<string | undefined>; export declare function recordFail(email: string, ip?: string): void;