Commit 5db165c 1 parent 1ccfb02 commit 5db165c Copy full SHA for 5db165c
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -427,8 +427,8 @@ declare namespace primordials {
427
427
export const SymbolFor : typeof Symbol . for
428
428
export const SymbolKeyFor : typeof Symbol . keyFor
429
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
430
+ export const SymbolDispose : typeof Symbol . dispose
431
+ export const SymbolAsyncDispose : typeof Symbol . asyncDispose
432
432
export const SymbolHasInstance : typeof Symbol . hasInstance
433
433
export const SymbolIsConcatSpreadable : typeof Symbol . isConcatSpreadable
434
434
export const SymbolIterator : typeof Symbol . iterator
You can’t perform that action at this time.
0 commit comments