This repository has been archived on 2023-01-14. You can view files and clone it, but cannot push or open issues or pull requests.
libsiaweb/dist/err.d.ts

3 lines
97 B
TypeScript

declare function addContextToErr(err: any, context: string): string;
export { addContextToErr };