takeLastWhile.d.ts 63 Bytes
import { takeLastWhile } from "../fp";
export = takeLastWhile;