UNPKG

@cocalc/database

Version:

CoCalc: code for working with our PostgreSQL database

3 lines (2 loc) 215 B
import { PostgreSQL } from "./types"; export declare function checkEmailExclusiveSSO(db: PostgreSQL, account_id: string, new_email_address: string, cb: (err: Error | null, result?: boolean) => void): Promise<void>;