MCPcopy Index your code
hub / github.com/angular/angular / isDOMText

Function isDOMText

packages/core/test/render3/is_shape_of.ts:207–209  ·  view source on GitHub ↗
(obj: any)

Source from the content-addressed store, hash-verified

205 * Determines if `obj` is DOM `Text`.
206 */
207export function isDOMText(obj: any): obj is Text {
208 return obj instanceof Text;
209}

Callers 1

matchDomTextFunction · 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…