(x)
| 246 | } |
| 247 | |
| 248 | export function isSymbolNode (x) { |
| 249 | return (x && x.isSymbolNode === true && x.constructor.prototype.isNode === true) || false |
| 250 | } |
| 251 | |
| 252 | export function isChain (x) { |
| 253 | return (x && x.constructor.prototype.isChain === true) || false |
no outgoing calls
no test coverage detected
searching dependent graphs…