type alias InnerTypeRe-exportimport { type InnerType } from "https://deno.land/x/byte_type@0.4.0/mod.ts"; Extract the inner value of a codec Type ParametersTdefinition: T extends Unsized<infer I> ? I : never