@stdlib/esm
Version:
ES module distribution for Stdlib, a standard library for JavaScript and Node.js.
3 lines • 319 B
JavaScript
// This file is a part of stdlib. License is Apache-2.0: http://www.apache.org/licenses/LICENSE-2.0
import e from"./is-node-stream-like.js";var t=e;function r(e){return t(e)&&"function"==typeof e._read&&"object"==typeof e._readableState}var o=r;export default o;
//# sourceMappingURL=is-node-readable-stream-like.js.map