(s)
| 858 | }; |
| 859 | |
| 860 | function isStream (s) { return s && typeof s.pipe === 'function' } |
| 861 | function isAbsolutePath (file) { |
| 862 | var regexp = process.platform === 'win32' ? |
| 863 | /^\w:/ : |
no outgoing calls
no test coverage detected
searching dependent graphs…