MCPcopy Create free account
hub / github.com/cortex-js/compute-engine / isNumber

Function isNumber

src/compute-engine/numerics/interval.ts:16–20  ·  view source on GitHub ↗
(
  expr: Expression | null | undefined
)

Source from the content-addressed store, hash-verified

14};
15
16function isNumber(
17 expr: Expression | null | undefined
18): expr is Expression & NumberLiteralInterface {
19 return expr?._kind === 'number';
20}
21
22function isSymbol(
23 expr: Expression | null | undefined

Callers 2

intervalFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected