@traversable/schema
    Preparing search index...
    TypeName: {
        allOf: "allOf";
        any: "Any";
        anyOf: "anyOf";
        array: "Array";
        bigInt: "BigInt";
        boolean: "Boolean";
        date: "Date";
        integer: "Integer";
        literal: "Literal";
        never: "Never";
        null: "Null";
        number: "Number";
        object: "Object";
        optional: "Optional";
        record: "Record";
        string: "String";
        symbol: "Symbol";
        tuple: "Tuple";
        undefined: "Undefined";
        unknown: "Unknown";
        void: "Void";
    }

    Type declaration

    • ReadonlyallOf: "allOf"
    • Readonlyany: "Any"
    • ReadonlyanyOf: "anyOf"
    • Readonlyarray: "Array"
    • ReadonlybigInt: "BigInt"
    • Readonlyboolean: "Boolean"
    • Readonlydate: "Date"
    • Readonlyinteger: "Integer"
    • Readonlyliteral: "Literal"
    • Readonlynever: "Never"
    • Readonlynull: "Null"
    • Readonlynumber: "Number"
    • Readonlyobject: "Object"
    • Readonlyoptional: "Optional"
    • Readonlyrecord: "Record"
    • Readonlystring: "String"
    • Readonlysymbol: "Symbol"
    • Readonlytuple: "Tuple"
    • Readonlyundefined: "Undefined"
    • Readonlyunknown: "Unknown"
    • Readonlyvoid: "Void"