Lodash.create

Creates an object that inherits from the prototype object. If a properties object is given, its own enumerable string keyed properties are assigned to the created object.

struct Lodash
nothrow @trusted @safe ref
create
(
T
)
(
auto ref T properties
)

Return Value

Type: auto ref

- Lodash chained on (Object): new object.

Meta