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

x/kwik/deps.ts>msgpack.decodeAsync

Kwik is a deno database using messagepack files.
Latest
function msgpack.decodeAsync
Re-export
import { msgpack } from "https://deno.land/x/kwik@v1.3.1/deps.ts";
const { decodeAsync } = msgpack;

Type Parameters

ContextType

Parameters

streamLike: ReadableStreamLike<ArrayLike<number> | BufferSource>
optional
options: DecodeOptions<SplitUndefined<ContextType>>

Returns

Promise<unknown>