(x)
| 222 | } |
| 223 | |
| 224 | export function isNode (x) { |
| 225 | return (x && x.isNode === true && x.constructor.prototype.isNode === true) || false |
| 226 | } |
| 227 | |
| 228 | export function isObjectNode (x) { |
| 229 | return (x && x.isObjectNode === true && x.constructor.prototype.isNode === true) || false |
no outgoing calls
no test coverage detected
searching dependent graphs…