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

x/byte_type/src/types/common.ts>InnerType

๐Ÿ˜‹ A small helper module for working with different raw types in javascript
Latest
type alias InnerType
import { type InnerType } from "https://deno.land/x/byte_type@0.4.0/src/types/common.ts";

Extract the inner value of a codec

definition: T extends Unsized<infer I> ? I : never