UNPKG

156 BTypeScriptView Raw
1export declare const fileDownload: (href: string, filename?: string) => void;
2export declare const textDownload: (text: string, filename?: string) => void;