UNPKG

768 BTypeScriptView Raw
1/// <reference path="./common/common.d.ts" />
2/// <reference path="./common/array.d.ts" />
3/// <reference path="./common/collection.d.ts" />
4/// <reference path="./common/date.d.ts" />
5/// <reference path="./common/function.d.ts" />
6/// <reference path="./common/lang.d.ts" />
7/// <reference path="./common/math.d.ts" />
8/// <reference path="./common/number.d.ts" />
9/// <reference path="./common/object.d.ts" />
10/// <reference path="./common/seq.d.ts" />
11/// <reference path="./common/string.d.ts" />
12/// <reference path="./common/util.d.ts" />
13
14export = _;
15export as namespace _;
16
17declare const _: _.LoDashStatic;
18declare namespace _ {
19 // eslint-disable-next-line @typescript-eslint/no-empty-interface -- (This will be augmented)
20 interface LoDashStatic {}
21}