MCPcopy Index your code
hub / github.com/alibaba/lowcode-engine / isDOMText

Function isDOMText

packages/types/src/deprecated/isDOMText.ts:6–8  ·  view source on GitHub ↗
(data: any)

Source from the content-addressed store, hash-verified

4 * @deprecated use same function from '@alilc/lowcode-utils' instead
5 */
6export function isDOMText(data: any): data is IPublicTypeDOMText {
7 return typeof data === 'string';
8}

Callers 4

createNodeMethod · 0.50
constructorMethod · 0.50
importMethod · 0.50
handleSubNodesFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…