We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48457ea commit 6f1cdf3Copy full SHA for 6f1cdf3
1 file changed
lib/lib.esnext.full.d.ts
@@ -21,9 +21,6 @@ and limitations under the License.
21
/// <reference path="lib.es2017.d.ts" />
22
/// <reference path="lib.esnext.asynciterable.d.ts" />
23
24
-
25
-declare type PropertyKey = string | number | symbol;
26
27
interface Array<T> {
28
/**
29
* Returns the value of the first element in the array where predicate is true, and undefined
0 commit comments