File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ declare global {
8585 * @param thisArg An object to which the this keyword can refer in the predicate function.
8686 * If thisArg is omitted, undefined is used as the this value.
8787 */
88- filter < S extends T > ( predicate : BooleanConstructor , thisArg ?: any ) : NonFalsy < NoInfer < S > > [ ] ;
88+ filter < S extends T > ( predicate : BooleanConstructor , thisArg ?: any ) : NoInfer < NonFalsy < S > > [ ] ;
8989 /**
9090 * Determines whether an array includes a certain element, returning true or false as
9191 * appropriate.
@@ -125,7 +125,7 @@ declare global {
125125 * @param thisArg An object to which the this keyword can refer in the predicate function.
126126 * If thisArg is omitted, undefined is used as the this value.
127127 */
128- filter < S extends T > ( predicate : BooleanConstructor , thisArg ?: any ) : NonFalsy < NoInfer < S > > [ ] ;
128+ filter < S extends T > ( predicate : BooleanConstructor , thisArg ?: any ) : NoInfer < NonFalsy < S > > [ ] ;
129129 /**
130130 * Determines whether an array includes a certain element, returning true or false as
131131 * appropriate.
You can’t perform that action at this time.
0 commit comments