jsonCodec
jsonCodec<
T>():Codec<T,T>
Defined in: state/codecs.ts:17
Identity codec — pass-through for plain JSON-serializable values.
Type Parameters
Section titled “Type Parameters”T
Returns
Section titled “Returns”Codec<T, T>
jsonCodec<
T>():Codec<T,T>
Defined in: state/codecs.ts:17
Identity codec — pass-through for plain JSON-serializable values.
T
Codec<T, T>