TeaSpeak-Client/imports/shared-app/utils/helpers.d.ts

3 lines
131 B
TypeScript
Raw Normal View History

2021-02-20 12:55:36 -05:00
export declare function hashPassword(password: string): Promise<string>;
export declare const copyToClipboard: (str: any) => void;