@traversable/schema
    Preparing search index...

    Type Alias has<KS, T>

    has: has.loop<KS, T>

    The tree.has utility accepts a path into a tree and an optional type-guard, and returns a predicate that returns true if its argument 'has' the specified path.

    If the optional type-guard is provided, tree.has will also apply the type-guard to the value it finds at the provided path.

    Type Parameters

    • KS extends readonly (keyof any)[]
    • T = {}