(arg)
| 11539 | exports.isString = isString; |
| 11540 | |
| 11541 | function isSymbol(arg) { |
| 11542 | return typeof arg === 'symbol'; |
| 11543 | } |
| 11544 | exports.isSymbol = isSymbol; |
| 11545 | |
| 11546 | function isUndefined(arg) { |
nothing calls this directly
no outgoing calls
no test coverage detected