MCPcopy
hub / github.com/xaboy/form-create / extend

Function extend

packages/utils/lib/extend.js:13–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11}
12
13export default function extend() {
14 return _extends.apply(this, arguments);
15}
16
17export function copy(obj) {
18 if (typeof obj !== 'object' || obj === null) return obj;

Callers 15

addRuleFunction · 0.85
extendApiFunction · 0.85
beforeRenderFunction · 0.85
extendApiFunction · 0.85
beforeRenderFunction · 0.85
RuleContextFunction · 0.85
context.jsFile · 0.85
deleteFunction · 0.85
rmFunction · 0.85
updateFunction · 0.85
CreateNodeFactoryFunction · 0.85
CreatorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected