Skip to content

catchAsyncError

@tsed/core

Usage

typescript
import { catchAsyncError } from "@tsed/core";

See /packages/core/src/types/utils/catchError.ts.

Overview

ts
function catchAsyncError<T extends Error>(cb: Function): Promise<T | undefined>;

Released under the MIT License.