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

Function isTIcu

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

Source from the content-addressed store, hash-verified

85 * @param obj
86 */
87export function isTIcu(obj: any): obj is TIcu {
88 return isShapeOf<TIcu>(obj, ShapeOfTIcu);
89}
90const ShapeOfTIcu: ShapeOf<TIcu> = {
91 type: true,
92 anchorIdx: true,

Callers

nothing calls this directly

Calls 1

isShapeOfFunction · 0.85

Tested by

no test coverage detected