9 lines
143 B
JavaScript
9 lines
143 B
JavaScript
|
|
"use strict";
|
||
|
|
Object.defineProperty(exports, "__esModule", {
|
||
|
|
value: true
|
||
|
|
});
|
||
|
|
exports.default = _throw;
|
||
|
|
function _throw(e) {
|
||
|
|
throw e;
|
||
|
|
}
|