mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 03:45:33 -05:00
Remove duplicate type
This commit is contained in:
3
lib/lib.esnext.full.d.ts
vendored
3
lib/lib.esnext.full.d.ts
vendored
@@ -21,9 +21,6 @@ and limitations under the License.
|
||||
/// <reference path="lib.es2017.d.ts" />
|
||||
/// <reference path="lib.esnext.asynciterable.d.ts" />
|
||||
|
||||
|
||||
declare type PropertyKey = string | number | symbol;
|
||||
|
||||
interface Array<T> {
|
||||
/**
|
||||
* Returns the value of the first element in the array where predicate is true, and undefined
|
||||
|
||||
Reference in New Issue
Block a user