Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/aes_cfb/pkg/aescfb.d.ts>default

WebAssembly powered AES-CFB encryption for Deno, written in Rust.
Latest
function default
import { default } from "https://deno.land/x/aes_cfb@1.3/pkg/aescfb.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>