Bones/node_modules/rxjs/util/throwError.js

4 lines
121 B
JavaScript
Raw Normal View History

2017-05-17 13:45:25 -04:00
"use strict";
function throwError(e) { throw e; }
exports.throwError = throwError;
//# sourceMappingURL=throwError.js.map