Files
DefinitelyTyped/lodash-es/toLength/index.d.ts
2016-11-19 18:54:46 +01:00

4 lines
97 B
TypeScript

import * as _ from "lodash";
declare const toLength: typeof _.toLength;
export default toLength;