summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/node_modules/rxjs/src/internal/util/errorObject.ts
blob: 63e2c7f54032d25d5b6c4918936a4a30a7109b9e (plain)
1
2
// typeof any so that it we don't have to cast when comparing a result to the error object
export const errorObject: any = { e: {} };