errorObject.js 177 B

1234
  1. "use strict";
  2. // typeof any so that it we don't have to cast when comparing a result to the error object
  3. exports.errorObject = { e: {} };
  4. //# sourceMappingURL=errorObject.js.map