We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Symbol.dispose
Symbol.asyncDispose
1 parent d1ef6aa commit 9df864dCopy full SHA for 9df864d
1 file changed
typings/primordials.d.ts
@@ -427,8 +427,8 @@ declare namespace primordials {
427
export const SymbolFor: typeof Symbol.for
428
export const SymbolKeyFor: typeof Symbol.keyFor
429
export const SymbolAsyncIterator: typeof Symbol.asyncIterator
430
- export const SymbolDispose: symbol // TODO(MoLow): use typeof Symbol.dispose when it's available
431
- export const SymbolAsyncDispose: symbol // TODO(MoLow): use typeof Symbol.asyncDispose when it's available
+ export const SymbolDispose: typeof Symbol.dispose
+ export const SymbolAsyncDispose: typeof Symbol.asyncDispose
432
export const SymbolHasInstance: typeof Symbol.hasInstance
433
export const SymbolIsConcatSpreadable: typeof Symbol.isConcatSpreadable
434
export const SymbolIterator: typeof Symbol.iterator
0 commit comments