Clean up lodash modules (#12995)

This commit is contained in:
Andy
2016-12-07 11:44:18 -08:00
committed by GitHub
parent e31cdc7baa
commit 34124e057f
285 changed files with 869 additions and 2272 deletions

View File

@@ -1,8 +1,2 @@
// Type definitions for Lo-Dash 4.14
// 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
import * as _ from "../index"
declare const join: typeof _.join;
export = join;
import { join } from "../index";
export = join;