Lodash.pick

Creates an object composed of the picked object properties.

Note: This method mutates object.

struct Lodash
nothrow @trusted @safe ref
pick
(
ARGS...
)
(
auto ref ARGS paths
)

Return Value

Type: auto ref

- Lodash chained on (Object): the new object.

Meta