MCPcopy
hub / github.com/browserify/browserify / isStream

Function isStream

index.js:860–860  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

858};
859
860function isStream (s) { return s && typeof s.pipe === 'function' }
861function isAbsolutePath (file) {
862 var regexp = process.platform === 'win32' ?
863 /^\w:/ :

Callers 2

BrowserifyFunction · 0.85
index.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…