revert: refactor(ivy): Update query-related comments (#29342)
This commit is contained in:
+1
-1
@@ -721,7 +721,7 @@ export declare class QueryList<T> {
|
||||
map<U>(fn: (item: T, index: number, array: T[]) => U): U[];
|
||||
notifyOnChanges(): void;
|
||||
reduce<U>(fn: (prevValue: U, curValue: T, curIndex: number, array: T[]) => U, init: U): U;
|
||||
reset(resultsTree: Array<T | any[]>): void;
|
||||
reset(res: Array<T | any[]>): void;
|
||||
setDirty(): void;
|
||||
some(fn: (value: T, index: number, array: T[]) => boolean): boolean;
|
||||
toArray(): T[];
|
||||
|
||||
Reference in New Issue
Block a user