MCPcopy Index your code
hub / github.com/github/awesome-copilot / loadJSZip

Function loadJSZip

website/src/scripts/utils.ts:72–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70 * Lazy-load JSZip only when downloads are requested
71 */
72export async function loadJSZip() {
73 jsZipPromise ??= import("./jszip");
74 const { default: JSZip } = await jsZipPromise;
75 return JSZip;
76}
77
78export interface ZipDownloadFile {
79 name: string;

Callers 1

downloadZipBundleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected