(test)
| 141 | } |
| 142 | |
| 143 | function isArray(test) { |
| 144 | return Object.prototype.toString.call(test) === "[object Array]"; |
| 145 | } |
| 146 | |
| 147 | // A Segment represents a segment in the original route description. |
| 148 | // Each Segment type provides an `eachChar` and `regex` method. |
no outgoing calls
no test coverage detected