Code coverage report for src/util/errorObject.ts

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

All files » src/util/ » errorObject.ts
1 2  1
// typeof any so that it we don't have to cast when comparing a result to the error object
export var errorObject: any = { e: {} };