UNPKG

pragmatic-fp-ts

Version:

Opinionated functional programming library with easy use in mind

3 lines (2 loc) 134 B
export declare function takeRight<A>(n: number, coll: A[]): A[]; export declare function takeRight(n: number): <A>(coll: A[]) => A[];