MCPcopy Create free account
hub / github.com/tinyplex/tinybase / isEqual

Function isEqual

src/ui-solid/primitives.ts:214–214  ·  view source on GitHub ↗
(thing1: any, thing2: any)

Source from the content-addressed store, hash-verified

212 arrayOrValueEqual,
213];
214const isEqual = (thing1: any, thing2: any) => thing1 === thing2;
215
216const getThing = <Thing>(thing: MaybeAccessor<Thing>): Thing =>
217 (isFunction(thing) ? (thing as Accessor<Thing>)() : thing) as Thing;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…