3 lines
131 B
TypeScript
Raw Normal View History

2021-02-07 20:01:37 +01:00
export declare function hashPassword(password: string): Promise<string>;
export declare const copyToClipboard: (str: any) => void;