UNPKG

svelte-ux

Version:

- Increment version in `package.json` and commit as `Version bump to x.y.z` - `npm run publish`

5 lines (4 loc) 95 B
/** * Export Blob to file */ export declare function saveAs(blob: any, fileName: any): void;