Skip to content

ObjectCodecType

ObjectCodecType<T> = Codec<T, T>

Defined in: packages/codecs/src/types.ts:115

Type alias for codecs that work with typed objects. Input and output are the same type T.

T = unknown