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