Files
awesome-copilot/website/src/scripts/jszip.ts
Aaron Powell aa42998e29 chore: rename website-astro to website, update gitignore
- Rename website-astro/ to website/
- Add website/dist/ and website/.astro/ to gitignore
- Update generate-website-data.mjs output path
2026-01-28 16:42:32 +11:00

8 lines
110 B
TypeScript

/**
* JSZip entry point for bundling
*/
import JSZip from 'jszip';
export { JSZip };
export default JSZip;