Code coverage report for cjs/util/throwError.js

Statements: 100% (5 / 5)      Branches: 100% (0 / 0)      Functions: 100% (1 / 1)      Lines: 100% (5 / 5)      Ignored: none     

All files » cjs/util/ » throwError.js
1 2 3 4 5 6 7 8 9 10 11 12    1 1   1 3       1  
"use strict";
 
exports.__esModule = true;
exports["default"] = throwError;
 
function throwError(e) {
  throw e;
}
 
//# sourceMappingURL=throwError.js.map
module.exports = exports["default"];
//# sourceMappingURL=throwError.js.map