Lodash.has

Checks if path is a direct property of object.

struct Lodash
nothrow @trusted @safe ref
has
(
T
)
(
auto ref T path
)

Return Value

Type: auto ref

- Lodash chained on (boolean): true if path exists, else false.

Meta