Since

1.0.0

Hierarchy

  • Type<any, any, unknown>
    • Mixed

Properties

_A: any

Since

1.0.0

_I: unknown

Since

1.0.0

_O: any

Since

1.0.0

encode: Encode<any, any>

converts a value of type A to a value of type O

is: Is<any>

a custom type guard

name: string

a unique name for this codec

validate: Validate<unknown, any>

succeeds if a value of type I can be decoded to a value of type A

Methods

  • Since

    1.0.0

    Returns Decoder<unknown, any>

  • Since

    1.0.0

    Returns Encoder<any, any>

  • a version of validate with a default context

    Since

    1.0.0

    Parameters

    • i: unknown

    Returns Validation<any>

  • Since

    1.0.0

    Type Parameters

    • B

    • IB

    • A

    • OB

    Parameters

    • this: Type<A, any, unknown>
    • ab: Type<B, OB, IB>
    • Optional name: string

    Returns Type<B, any, unknown>

Generated using TypeDoc