(factory)
| 542 | } |
| 543 | |
| 544 | function isClass (factory) { |
| 545 | return (factory && factory.meta && factory.meta.isClass === true) || false |
| 546 | } |
| 547 | |
| 548 | function stripOptionalNotation (dependency) { |
| 549 | return dependency && dependency[0] === '?' |
no outgoing calls
no test coverage detected
searching dependent graphs…