Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

errorObject.ts 133B

12
  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: {} };