Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/s3si/deps.ts>msgpack.decodeAsync

Export your battles from SplatNet to https://stat.ink
Go to Latest
function msgpack.decodeAsync
import { msgpack } from "https://deno.land/x/s3si@gui-v0.4.2/deps.ts";
const { decodeAsync } = msgpack;

Type Parameters

ContextType

Parameters

streamLike: ReadableStreamLike<ArrayLike<number>> | AsyncGenerator<ArrayLike<number> | BufferSource, void, unknown>
optional
options: DecodeOptions<SplitUndefined<ContextType>> = [UNSUPPORTED]

Returns

Promise<unknown>