diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2020-11-24 09:31:10 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-24 09:31:10 +1100 |
commit | 276f5297556097461e0b63f2b958d825c1c857ab (patch) | |
tree | c4146607a4646968d03ef804ec573133b2547553 /cli/dts/lib.es2017.sharedmemory.d.ts | |
parent | 266925d772527c9ba5fbc094e67cade31fc35a47 (diff) |
feat(cli): update to TypeScript 4.1 (#7573)
Diffstat (limited to 'cli/dts/lib.es2017.sharedmemory.d.ts')
-rw-r--r-- | cli/dts/lib.es2017.sharedmemory.d.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cli/dts/lib.es2017.sharedmemory.d.ts b/cli/dts/lib.es2017.sharedmemory.d.ts index 43689e7c8..3a4ea26bd 100644 --- a/cli/dts/lib.es2017.sharedmemory.d.ts +++ b/cli/dts/lib.es2017.sharedmemory.d.ts @@ -27,10 +27,6 @@ interface SharedArrayBuffer { */ readonly byteLength: number; - /* - * The SharedArrayBuffer constructor's length property whose value is 1. - */ - length: number; /** * Returns a section of an SharedArrayBuffer. */ |