Module

x/zipjs/index.js>initShimAsyncCodec

JavaScript library to zip and unzip files in the browser and Deno
Go to Latest
function initShimAsyncCodec
import { initShimAsyncCodec } from "https://dotland.deno.dev/x/zipjs@v2.4.18/index.js";

Parameters

constructor: object
optional
constructorOptions: any

Returns

{ Deflate: Codec; Inflate: Codec; }