Skip to content

Commit 6f1cdf3

Browse files
committed
Remove duplicate type
1 parent 48457ea commit 6f1cdf3

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

lib/lib.esnext.full.d.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ and limitations under the License.
2121
/// <reference path="lib.es2017.d.ts" />
2222
/// <reference path="lib.esnext.asynciterable.d.ts" />
2323

24-
25-
declare type PropertyKey = string | number | symbol;
26-
2724
interface Array<T> {
2825
/**
2926
* Returns the value of the first element in the array where predicate is true, and undefined

0 commit comments

Comments
 (0)