Remove duplicate type

This commit is contained in:
Wesley Wigham
2017-10-30 15:26:03 -07:00
parent 48457eafad
commit 6f1cdf3887

View File

@@ -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