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.es2015.proxy.d.ts | |
| parent | 266925d772527c9ba5fbc094e67cade31fc35a47 (diff) | |
feat(cli): update to TypeScript 4.1 (#7573)
Diffstat (limited to 'cli/dts/lib.es2015.proxy.d.ts')
| -rw-r--r-- | cli/dts/lib.es2015.proxy.d.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/dts/lib.es2015.proxy.d.ts b/cli/dts/lib.es2015.proxy.d.ts index 19e9d5aa6..e9d246e20 100644 --- a/cli/dts/lib.es2015.proxy.d.ts +++ b/cli/dts/lib.es2015.proxy.d.ts @@ -29,7 +29,6 @@ interface ProxyHandler<T extends object> { set? (target: T, p: PropertyKey, value: any, receiver: any): boolean; deleteProperty? (target: T, p: PropertyKey): boolean; defineProperty? (target: T, p: PropertyKey, attributes: PropertyDescriptor): boolean; - enumerate? (target: T): PropertyKey[]; ownKeys? (target: T): PropertyKey[]; apply? (target: T, thisArg: any, argArray?: any): any; construct? (target: T, argArray: any, newTarget?: any): object; |
