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