2 lines
87 B
JavaScript
2 lines
87 B
JavaScript
declare function my_filter<T, P: $Pred<1>>(v: Array<T>, cb: P): Array<$Refine<T,P,1>>;
|