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

    Type declaration