3 lines
50 B
JavaScript
3 lines
50 B
JavaScript
|
|
export default function _throw(e) {
|
||
|
|
throw e;
|
||
|
|
}
|