UNPKG

@whatwg-node/disposablestack

Version:

Cross Platform Smart DisposableStack API Ponyfill

6 lines (5 loc) 191 B
export declare const DisposableSymbols: { readonly dispose: typeof Symbol.dispose; readonly asyncDispose: typeof Symbol.asyncDispose; }; export declare function patchSymbols(): void;