MCPcopy Create free account
hub / github.com/composify-js/composify / isNode

Function isNode

packages/react/src/renderer/Parser/Parser.ts:216–218  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

214};
215
216const isNode = (value: unknown): value is Node => {
217 return !!value && typeof value === 'object' && '__composify__' in value;
218};

Callers 1

stringifyValueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected