MCPcopy Create free account
hub / github.com/Easy-Editor/EasyEditor / isRemoteComponent

Function isRemoteComponent

packages/core/src/utils/is.ts:68–70  ·  view source on GitHub ↗
(schema: NodeSchema | { npm: NpmInfo })

Source from the content-addressed store, hash-verified

66}
67
68export const isRemoteComponent = (schema: NodeSchema | { npm: NpmInfo }) => {
69 return !!(schema.npm && schema.npm.package && schema.npm.package !== 'builtin')
70}

Callers 2

isRemoteComponentMethod · 0.90
constructorMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected