@traversable/schema
    Preparing search index...
    Unary:
        | JsonSchema.Nullary
        | JsonSchema_const
        | JsonSchema_enum
        | JsonSchema_array<T>
        | JsonSchema_record<T>
        | JsonSchema_union<readonly T[]>
        | JsonSchema_intersect<readonly T[]>
        | JsonSchema_tuple<readonly T[]>
        | JsonSchema_object<{ [x: string]: T }>

    Type Parameters

    • T