We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4026c6f commit 2f22ef7Copy full SHA for 2f22ef7
src/lib/es5.d.ts
@@ -194,12 +194,6 @@ interface ObjectConstructor {
194
*/
195
seal<T>(o: T): T;
196
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
-
203
/**
204
* Prevents the modification of existing property attributes and values, and prevents the addition of new properties.
205
* @param f Object on which to lock the attributes.
0 commit comments