summaryrefslogtreecommitdiff
path: root/cli/dts/lib.es2022.object.d.ts
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2022-06-01 10:19:18 +1000
committerGitHub <noreply@github.com>2022-06-01 10:19:18 +1000
commit7eee521199e9735ab7c347d99e9d90ba3046be1a (patch)
tree2528f05c15f6e689c1cb409a6bbe554b2507fc40 /cli/dts/lib.es2022.object.d.ts
parentc41544ac7b502fbdb6c1ee96a604490b72eb7770 (diff)
feat: update to TypeScript 4.7 (#14242)
Diffstat (limited to 'cli/dts/lib.es2022.object.d.ts')
-rw-r--r--cli/dts/lib.es2022.object.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/dts/lib.es2022.object.d.ts b/cli/dts/lib.es2022.object.d.ts
index 634601006..2fe2a1917 100644
--- a/cli/dts/lib.es2022.object.d.ts
+++ b/cli/dts/lib.es2022.object.d.ts
@@ -18,7 +18,7 @@ and limitations under the License.
/// <reference no-default-lib="true"/>
-interface Object {
+interface ObjectConstructor {
/**
* Determines whether an object has a property with the specified name.
* @param o An object.