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

Function isTI18n

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

Source from the content-addressed store, hash-verified

71 * @param obj
72 */
73export function isTI18n(obj: any): obj is TI18n {
74 return isShapeOf<TI18n>(obj, ShapeOfTI18n);
75}
76const ShapeOfTI18n: ShapeOf<TI18n> = {
77 create: true,
78 update: true,

Callers

nothing calls this directly

Calls 1

isShapeOfFunction · 0.85

Tested by

no test coverage detected