@teambit/bundler
Version:
20 lines (18 loc) • 376 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "BindError", {
enumerable: true,
get: function () {
return _bindError().BindError;
}
});
function _bindError() {
const data = require("./bind-error");
_bindError = function () {
return data;
};
return data;
}
//# sourceMappingURL=index.js.map