Lodash.conformsTo

Checks if object conforms to source by invoking the predicate properties of source with the corresponding property values of object.

Note: This method is equivalent to _.conforms when source is partially

struct Lodash
nothrow @trusted @safe ref
conformsTo
(
T
)
(
auto ref T source
)

Return Value

Type: auto ref

- Lodash chained on (boolean): true if object conforms, else false.

Meta