Skip to main content
Module

x/denoflate/pkg/denoflate.d.ts>default

WebAssembly powered Deflate/Gzip/Zlib compression for Deno, written in Rust
Very Popular
Go to Latest
function default
import { default } from "https://deno.land/x/denoflate@1.2.1/pkg/denoflate.d.ts";

If module_or_path is {RequestInfo} or {URL}, makes a request and for everything else, calls WebAssembly.instantiate directly.

Parameters

optional
module_or_path: InitInput | Promise<InitInput>