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

x/s3si/deps.ts>msgpack.ExtData

Export your battles from SplatNet to https://stat.ink
Go to Latest
class msgpack.ExtData
import { msgpack } from "https://deno.land/x/s3si@ci/deps.ts";
const { ExtData } = msgpack;

ExtData is used to handle Extension Types that are not registered to ExtensionCodec.

Constructors

new
ExtData(type: number, data: Uint8Array)