"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = _throw;
function _throw(e) {
throw e;
}