MCPcopy Index your code
hub / github.com/tinyplex/tinybase / objMerge

Function objMerge

src/common/obj.ts:33–34  ·  view source on GitHub ↗
(...objs: IdObj<unknown>[])

Source from the content-addressed store, hash-verified

31): IdObj<Value> => object.fromEntries(entries);
32
33export const objMerge = (...objs: IdObj<unknown>[]) =>
34 object.assign({}, ...objs);
35
36export const objGet = <Value>(
37 obj: IdObj<Value> | Value[] | undefined,

Callers 3

getDefaultedConfigFunction · 0.90
getConfigStructuresFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…