MCPcopy
hub / github.com/angular/angular / isArrayLiteral

Method isArrayLiteral

packages/compiler-cli/linker/src/ast/ast_host.ts:61–61  ·  view source on GitHub ↗

* Return `true` if the given expression is an array literal, or false otherwise.

(node: TExpression)

Source from the content-addressed store, hash-verified

59 * Return `true` if the given expression is an array literal, or false otherwise.
60 */
61 isArrayLiteral(node: TExpression): boolean;
62 /**
63 * Parse an array of expressions from the given expression, or throw if it is not an array
64 * literal.

Callers 3

isArrayMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected