Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / rxjs / src / internal / util / errorObject.ts
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: {} };