test-error-handling.d.ts 83 B

12
  1. declare function testErrorHandling(): Promise<void>;
  2. export { testErrorHandling };