3.0.2 • Published 6 months ago

@types/try-catch v3.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/try-catch

Summary

This package contains type definitions for try-catch (https://github.com/coderaiser/try-catch).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/try-catch.

index.d.ts

// Type definitions for try-catch 3.0
// Project: https://github.com/coderaiser/try-catch
// Definitions by: Coderaiser <https://github.com/coderaiser>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// Minimum TypeScript Version: 4.0

declare function tryCatch(fn: (...args: any[]) => any, ...args: any[]): [error: Error, result?: any];
export = tryCatch;

Additional Details

  • Last updated: Sat, 21 Aug 2021 12:01:25 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Coderaiser.

3.0.2

6 months ago

3.0.1

7 months ago

3.0.0

3 years ago