(arg)
| 11524 | exports.isNull = isNull; |
| 11525 | |
| 11526 | function isNullOrUndefined(arg) { |
| 11527 | return arg == null; |
| 11528 | } |
| 11529 | exports.isNullOrUndefined = isNullOrUndefined; |
| 11530 | |
| 11531 | function isNumber(arg) { |
nothing calls this directly
no outgoing calls
no test coverage detected