UNPKG

csf

Version:

Generator based flow control with context providing

13 lines (10 loc) 290 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = isChannel; var _constants = require("./constants"); function isChannel(smth) { return smth && typeof smth === "function" && smth[_constants.CHANNEL]; } module.exports = exports["default"];