util-ex
Version:
Browser-friendly enhanced util fully compatible with standard node.js
14 lines (13 loc) • 350 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
Object.defineProperty(exports, "isEmptyFunction", {
enumerable: true,
get: function () {
return _inheritsEx.isEmptyFunction;
}
});
var _inheritsEx = require("inherits-ex");
var _default = exports.default = _inheritsEx.isEmptyFunction;