(x)
| 218 | } |
| 219 | |
| 220 | export function isIndexNode (x) { |
| 221 | return (x && x.isIndexNode === true && x.constructor.prototype.isNode === true) || false |
| 222 | } |
| 223 | |
| 224 | export function isNode (x) { |
| 225 | return (x && x.isNode === true && x.constructor.prototype.isNode === true) || false |
no outgoing calls
no test coverage detected
searching dependent graphs…