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

Method isNumber

packages/compiler/src/expression_parser/lexer.ts:66–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64 }
65
66 isNumber(): boolean {
67 return this.type === TokenType.Number;
68 }
69
70 isString(): this is StringToken {
71 return this.type === TokenType.String;

Callers 2

expectNumberTokenFunction · 0.45
parsePrimaryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected