it
    Preparing search index...

    Interface ValueCodecs

    interface ValueCodecs {
        fromValue(
            val: Value,
            pushable: Pushable<Uint8Array<ArrayBufferLike>>,
            invocation: Invocation,
        ): any;
        toValue(val: any, context?: any, invocation?: Invocation): Value;
    }
    Index

    Methods