UNPKG

@types/nested-error-stacks

Version:
25 lines (18 loc) 770 B
# 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](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nested-error-stacks/index.d.ts) ````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](https://github.com/woutervh-).