Skip to content

catchError

@tsed/core

Usage

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

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

Overview

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

Released under the MIT License.