Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more
Module

x/byte_type/src/types/unsized.ts

๐Ÿ˜‹ A small helper module for working with different raw types in javascript
Latest
import * as byteType from "https://deno.land/x/byte_type@0.4.0/src/types/unsized.ts";

Classes

c
UnsizedType
abstract

UnsizedType<T> is one of the two base classes for implementing a codec.