UNPKG

@appsemble/node-utils

Version:

NodeJS utilities used by Appsemble internally.

7 lines (6 loc) 163 B
/** * Deletes user from the database * * @param email Primary email of the user to delete */ export declare function deleteUser(email: string): Promise<void>;