2018-05-19 00:03:05 -04:00

2 lines
87 B
JavaScript

declare function my_filter<T, P: $Pred<1>>(v: Array<T>, cb: P): Array<$Refine<T,P,1>>;