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

4 lines
97 B
TypeScript

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