mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-31 11:40:47 +08:00
Merge pull request #6037 from eugenpodaru/master
Fix to IFilterPredicateFunc<T>
This commit is contained in:
Vendored
+1
-1
@@ -794,7 +794,7 @@ declare module angular {
|
||||
}
|
||||
|
||||
interface IFilterPredicateFunc<T> {
|
||||
(value: T, index: number, array: T[]): T[];
|
||||
(value: T, index: number, array: T[]): boolean;
|
||||
}
|
||||
|
||||
interface IFilterComparatorFunc<T> {
|
||||
|
||||
Reference in New Issue
Block a user