mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-18 01:49:01 +00:00
12 lines
475 B
TypeScript
12 lines
475 B
TypeScript
// Type definitions for lodash.takeRight 4.1
|
|
// Project: https://lodash.com
|
|
// Definitions by: Brian Zengel <https://github.com/bczengel>
|
|
// Ilya Mochalov <https://github.com/chrootsu>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
// TypeScript Version: 2.8
|
|
|
|
// Generated from https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/lodash/scripts/generate-modules.ts
|
|
|
|
import { takeRight } from "lodash";
|
|
export = takeRight;
|