7 lines
71 B
JavaScript
7 lines
71 B
JavaScript
"use strict";
|
|
|
|
function _throw(e) {
|
|
throw e;
|
|
}
|
|
exports._ = _throw;
|