UNPKG

@whatwg-node/disposablestack

Version:

Cross Platform Smart DisposableStack API Ponyfill

6 lines (5 loc) 191 B
export declare class PonyfillSuppressedError extends Error implements SuppressedError { error: any; suppressed: any; constructor(error: any, suppressed: any, message?: string); }