react-raw-html
Version:
React components that output their children as raw HTML.
9 lines (7 loc) • 468 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = function (input) {
return typeof input.isPaused === "function" && typeof input.pause === "function" && typeof input.pipe === "function" && typeof input.read === "function" && typeof input.resume === "function" && typeof input.setEncoding === "function" && typeof input.unpipe === "function" && typeof input.unshift === "function" && typeof input.wrap === "function";
};