mirror of
https://github.com/nextcloud/nextcloud.com.git
synced 2026-01-26 07:47:52 +00:00
5 lines
110 B
JavaScript
5 lines
110 B
JavaScript
var Stream = require('stream').Stream;
|
|
|
|
module.exports = function(o) {
|
|
return !!o && o instanceof Stream;
|
|
}; |