Files
Home_Buying_App/node_modules/es-errors/index.d.ts
jackbeeby b412dfe2ca Initialisation
Added the packages and files for the backend server
2024-12-15 17:48:45 +11:00

4 lines
56 B
TypeScript

declare const Error: ErrorConstructor;
export = Error;