diff options
Diffstat (limited to 'cli/tsc/dts/lib.es2021.weakref.d.ts')
-rw-r--r-- | cli/tsc/dts/lib.es2021.weakref.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tsc/dts/lib.es2021.weakref.d.ts b/cli/tsc/dts/lib.es2021.weakref.d.ts index 986af60d4..48e76265a 100644 --- a/cli/tsc/dts/lib.es2021.weakref.d.ts +++ b/cli/tsc/dts/lib.es2021.weakref.d.ts @@ -60,7 +60,7 @@ interface FinalizationRegistry<T> { * @param unregisterToken The token that was used as the unregisterToken argument when calling * register to register the target value. */ - unregister(unregisterToken: WeakKey): void; + unregister(unregisterToken: WeakKey): boolean; } interface FinalizationRegistryConstructor { |