MCPcopy Index your code
hub / github.com/ParallelTask/dinoloop / create

Function create

src/modules/utility/object.utility.ts:23–25  ·  view source on GitHub ↗

* Works exactly => Object.create(obj)

(obj: any)

Source from the content-addressed store, hash-verified

21 * Works exactly => Object.create(obj)
22 */
23 static create(obj: any): any {
24 return Object.create(obj);
25 }
26
27 /**
28 * Works exactly => Object.keys(obj)

Callers

nothing calls this directly

Calls 1

createMethod · 0.45

Tested by

no test coverage detected