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

3 lines
131 B
TypeScript

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