Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

makePackage

import { makePackage } from "https://raw.githubusercontent.com/takker99/deno-anki/master/mod.ts";
const makePackage: (
ankiDB: Uint8Array,
media: Record<string, InputFormats> | Map<string, InputFormats>,
Zip: new () => JSZip,
options?: Omit<JSZip.JSZipGeneratorOptions<"blob">, "type">,
) => Promise<Blob>
;