build: correct broken build

This commit is contained in:
Misko Hevery 2017-09-02 07:42:22 -07:00
parent 068feccc37
commit 6ab4966d44
1 changed files with 1 additions and 1 deletions

View File

@ -723,7 +723,7 @@ export declare class QueryList<T> {
readonly first: T;
readonly last: T;
readonly length: number;
destroy(): void
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;