MCPcopy Index your code
hub / github.com/josdejong/mathjs / isExpressionFunction

Function isExpressionFunction

src/expression/Parser.js:195–199  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

193}, { isClass: true })
194
195function isExpressionFunction (value) {
196 return typeof value === 'function' &&
197 typeof value.syntax === 'string' &&
198 typeof value.expr === 'string'
199}

Callers 1

Parser.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…