diff options
Diffstat (limited to 'cli/dts/lib.es2022.object.d.ts')
-rw-r--r-- | cli/dts/lib.es2022.object.d.ts | 2 |
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. |