@traversable/schema
    Preparing search index...
    lookup: {
        any: typeof JsonSchema.Sym.any;
        array: typeof JsonSchema.Sym.array;
        bigint: typeof JsonSchema.Sym.bigint;
        boolean: typeof JsonSchema.Sym.boolean;
        bottom: typeof JsonSchema.Sym.bottom;
        cache_hit: typeof JsonSchema.Sym.cache_hit;
        const: typeof JsonSchema.Sym.const;
        eq: typeof JsonSchema.Sym.eq;
        has: typeof JsonSchema.Sym.has;
        inline: typeof JsonSchema.Sym.inline;
        integer: typeof JsonSchema.Sym.integer;
        intersect: typeof JsonSchema.Sym.intersect;
        never: typeof JsonSchema.Sym.never;
        nonnullable: typeof JsonSchema.Sym.nonnullable;
        notfound: typeof JsonSchema.Sym.notfound;
        null: typeof JsonSchema.Sym.null;
        number: typeof JsonSchema.Sym.number;
        object: typeof JsonSchema.Sym.object;
        optional: typeof JsonSchema.Sym.optional;
        record: typeof JsonSchema.Sym.record;
        string: typeof JsonSchema.Sym.string;
        symbol_: typeof JsonSchema.Sym.symbol;
        tag: typeof JsonSchema.Sym.tag;
        top: typeof JsonSchema.Sym.top;
        tuple: typeof JsonSchema.Sym.tuple;
        type: typeof JsonSchema.Sym.type;
        type_error: typeof JsonSchema.Sym.type_error;
        typeclass: typeof JsonSchema.Sym.typeclass;
        undefined: typeof JsonSchema.Sym.undefined;
        union: typeof JsonSchema.Sym.union;
        unknown: typeof JsonSchema.Sym.unknown;
        void: typeof JsonSchema.Sym.void;
    }

    Type declaration