@traversable/schema
    Preparing search index...

    Interface has<KS, S>

    interface has<KS extends readonly (keyof any)[], S> {
        _type: has.loop<KS, S["_type" & keyof S]>;
        def: [path: KS, predicate: S];
        tag: "@traversable/schema/URI::has";
        (u: unknown): u is has.loop<KS, S["_type" & keyof S]>;
    }

    Type Parameters

    • KS extends readonly (keyof any)[]
    • S
    Index

    Properties

    Properties

    _type: has.loop<KS, S["_type" & keyof S]>
    def: [path: KS, predicate: S]
    tag: "@traversable/schema/URI::has"