UNPKG

@sectester/scan

Version:

The package defines a simple public API to manage scans and their expectations.

6 lines 237 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isStream = void 0; const isStream = (obj) => !!obj && typeof obj.pipe === 'function'; exports.isStream = isStream; //# sourceMappingURL=is-stream.js.map