Introduction
Migration
Appearance
import { catchAsyncError } from "@tsed/core";
See /packages/core/src/types/utils/catchError.ts.
function catchAsyncError<T extends Error>(cb: Function): Promise<T | undefined>;