mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-29 18:06:01 +08:00
Clean up lodash modules (#12995)
This commit is contained in:
10
lodash/join/index.d.ts
vendored
10
lodash/join/index.d.ts
vendored
@@ -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;
|
||||
Reference in New Issue
Block a user