Skip to content

Commit 2f22ef7

Browse files
committed
fix(49149): remove unneeded array overload to Object.freeze
1 parent 4026c6f commit 2f22ef7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/lib/es5.d.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -194,12 +194,6 @@ interface ObjectConstructor {
194194
*/
195195
seal<T>(o: T): T;
196196

197-
/**
198-
* Prevents the modification of existing property attributes and values, and prevents the addition of new properties.
199-
* @param a Object on which to lock the attributes.
200-
*/
201-
freeze<T>(a: T[]): readonly T[];
202-
203197
/**
204198
* Prevents the modification of existing property attributes and values, and prevents the addition of new properties.
205199
* @param f Object on which to lock the attributes.

0 commit comments

Comments
 (0)