@types/nested-error-stacks
TypeScript icon, indicating that this package has built-in type declarations

2.1.2 • Public • Published

Installation

npm install --save @types/nested-error-stacks

Summary

This package contains type definitions for nested-error-stacks (https://github.com/mdlavin/nested-error-stacks).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nested-error-stacks.

index.d.ts

declare class NestedError extends Error {
    constructor(message?: any, nested?: Error);
}

export = NestedError;

Additional Details

  • Last updated: Tue, 07 Nov 2023 09:09:39 GMT
  • Dependencies: none

Credits

These definitions were written by Wouter van Heeswijk.

Versions

Current Tags

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.1.2
    2,981
  • 2.1.1
    2,055
  • 2.1.0
    13,783

Package Sidebar

Install

npm i @types/nested-error-stacks

Weekly Downloads

18,819

Version

2.1.2

License

MIT

Unpacked Size

2.87 kB

Total Files

5

Last publish

Collaborators

  • types