MCPcopy
hub / github.com/lodash/lodash / object

Function object

lodash.js:1712–1712  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1710 */
1711 var baseCreate = (function() {
1712 function object() {}
1713 return function(proto) {
1714 if (!isObject(proto)) {
1715 return {};

Callers 1

mixinFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected