2021-02-20 18:55:36 +01:00

3 lines
131 B
TypeScript

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