(value)
| 193 | }, { isClass: true }) |
| 194 | |
| 195 | function isExpressionFunction (value) { |
| 196 | return typeof value === 'function' && |
| 197 | typeof value.syntax === 'string' && |
| 198 | typeof value.expr === 'string' |
| 199 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…