2021-02-07 20:01:37 +01:00

3 lines
131 B
TypeScript

export declare function hashPassword(password: string): Promise<string>;
export declare const copyToClipboard: (str: any) => void;