UNPKG

fff-js

Version:
5 lines (4 loc) 94 B
import take from "./take"; export default function takeLast(iter) { return take(1, iter); }