build: correct broken build

This commit is contained in:
Misko Hevery 2017-09-01 23:10:43 -07:00
parent 77a8492405
commit 068feccc37
1 changed files with 1 additions and 0 deletions

View File

@ -723,6 +723,7 @@ export declare class QueryList<T> {
readonly first: T;
readonly last: T;
readonly length: number;
destroy(): void
filter(fn: (item: T, index: number, array: T[]) => boolean): T[];
find(fn: (item: T, index: number, array: T[]) => boolean): T | undefined;
forEach(fn: (item: T, index: number, array: T[]) => void): void;