diff options
Diffstat (limited to 'cli/tsc/dts/lib.es2020.sharedmemory.d.ts')
-rw-r--r-- | cli/tsc/dts/lib.es2020.sharedmemory.d.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cli/tsc/dts/lib.es2020.sharedmemory.d.ts b/cli/tsc/dts/lib.es2020.sharedmemory.d.ts index f86c5ad50..3c7c14f4b 100644 --- a/cli/tsc/dts/lib.es2020.sharedmemory.d.ts +++ b/cli/tsc/dts/lib.es2020.sharedmemory.d.ts @@ -14,10 +14,8 @@ and limitations under the License. ***************************************************************************** */ - /// <reference no-default-lib="true"/> - interface Atomics { /** * Adds a value to the value at the given position in the array, returning the original value. |