MCPcopy Create free account
hub / github.com/angular/angular / isTNode

Function isTNode

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

Source from the content-addressed store, hash-verified

143 * @param obj
144 */
145export function isTNode(obj: any): obj is TNode {
146 return isShapeOf<TNode>(obj, ShapeOfTNode);
147}
148const ShapeOfTNode: ShapeOf<TNode> = {
149 type: true,
150 index: true,

Callers

nothing calls this directly

Calls 1

isShapeOfFunction · 0.85

Tested by

no test coverage detected