source:
trip-planner-front/node_modules/rxjs/src/internal/util/errorObject.ts@
e29cc2e
Last change on this file since e29cc2e was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 133 bytes |
Line | |
---|---|
1 | // typeof any so that it we don't have to cast when comparing a result to the error object |
2 | export const errorObject: any = { e: {} }; |
Note:
See TracBrowser
for help on using the repository browser.