UNPKG

moltres-utils

Version:
16 lines (11 loc) 477 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _isFunction = _interopRequireDefault(require("./isFunction")); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } const isGenerator = obj => obj && (0, _isFunction.default)(obj.next) && (0, _isFunction.default)(obj.throw); var _default = isGenerator; exports.default = _default; //# sourceMappingURL=isGenerator.js.map