Files
DefinitelyTyped/lodash.split/index.d.ts
Avi Vahl 1ecdf0711d Regenerated lodash's sub-types for TS2.2
using scripts/generate-modules.ts
2017-03-22 20:40:42 +02:00

9 lines
372 B
TypeScript

// Type definitions for lodash.split 4.4
// 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 { split } from "lodash";
export = split;