Files
DefinitelyTyped/types/lodash.takerightwhile/index.d.ts
2017-03-24 14:27:52 -07:00

9 lines
399 B
TypeScript

// Type definitions for lodash.takeRightWhile 4.6
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.2
import { takeRightWhile } from "lodash";
export = takeRightWhile;