(value)
| 1823 | } |
| 1824 | ts.isArray = isArray; |
| 1825 | function toArray(value) { |
| 1826 | return isArray(value) ? value : [value]; |
| 1827 | } |
| 1828 | ts.toArray = toArray; |
| 1829 | /** |
| 1830 | * Tests whether a value is string |
nothing calls this directly
no test coverage detected
searching dependent graphs…