mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-25 21:55:49 +08:00
Use import require when call or construct signatures are needed to improve compat with esModuleInterop (#23355)
* Use import require when call or construct signatures are needed to improve compat with esModuleInterop * Add moment-timezoe fix
This commit is contained in:
committed by
Sheetal Nandi
parent
68a0b4e27f
commit
422003f3c5
2
types/bluebird-global/index.d.ts
vendored
2
types/bluebird-global/index.d.ts
vendored
@@ -44,7 +44,7 @@
|
||||
* d. target es6, latest "es20xx", e.g. "es2017"
|
||||
*/
|
||||
|
||||
import * as Bluebird from "bluebird";
|
||||
import Bluebird = require("bluebird");
|
||||
|
||||
declare global {
|
||||
/*
|
||||
|
||||
2
types/egjs__axes/Axes.d.ts
vendored
2
types/egjs__axes/Axes.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as Component from "@egjs/component";
|
||||
import Component = require("@egjs/component");
|
||||
import { AnimationManager } from "./AnimationManager";
|
||||
import { EventManager } from "./EventManager";
|
||||
import { InterruptManager } from "./InterruptManager";
|
||||
|
||||
2
types/flux/lib/FluxReduceStore.d.ts
vendored
2
types/flux/lib/FluxReduceStore.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as Store from "./FluxStore";
|
||||
import Store = require("./FluxStore");
|
||||
|
||||
declare namespace FluxReduceStore { }
|
||||
|
||||
|
||||
2
types/lodash/array/chunk.d.ts
vendored
2
types/lodash/array/chunk.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/compact.d.ts
vendored
2
types/lodash/array/compact.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/concat.d.ts
vendored
2
types/lodash/array/concat.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/difference.d.ts
vendored
2
types/lodash/array/difference.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/differenceBy.d.ts
vendored
2
types/lodash/array/differenceBy.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/differenceWith.d.ts
vendored
2
types/lodash/array/differenceWith.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/drop.d.ts
vendored
2
types/lodash/array/drop.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/dropRight.d.ts
vendored
2
types/lodash/array/dropRight.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/dropRightWhile.d.ts
vendored
2
types/lodash/array/dropRightWhile.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/dropWhile.d.ts
vendored
2
types/lodash/array/dropWhile.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/fill.d.ts
vendored
2
types/lodash/array/fill.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/findIndex.d.ts
vendored
2
types/lodash/array/findIndex.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/findLastIndex.d.ts
vendored
2
types/lodash/array/findLastIndex.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/first.d.ts
vendored
2
types/lodash/array/first.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
first: typeof _.head; // tslint:disable-line:no-unnecessary-qualifier
|
||||
|
||||
2
types/lodash/array/flatten.d.ts
vendored
2
types/lodash/array/flatten.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/flattenDeep.d.ts
vendored
2
types/lodash/array/flattenDeep.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/flattenDepth.d.ts
vendored
2
types/lodash/array/flattenDepth.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/fromPairs.d.ts
vendored
2
types/lodash/array/fromPairs.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/head.d.ts
vendored
2
types/lodash/array/head.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/indexOf.d.ts
vendored
2
types/lodash/array/indexOf.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/initial.d.ts
vendored
2
types/lodash/array/initial.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/intersection.d.ts
vendored
2
types/lodash/array/intersection.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/intersectionBy.d.ts
vendored
2
types/lodash/array/intersectionBy.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/intersectionWith.d.ts
vendored
2
types/lodash/array/intersectionWith.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/join.d.ts
vendored
2
types/lodash/array/join.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/last.d.ts
vendored
2
types/lodash/array/last.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/lastIndexOf.d.ts
vendored
2
types/lodash/array/lastIndexOf.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/nth.d.ts
vendored
2
types/lodash/array/nth.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/pull.d.ts
vendored
2
types/lodash/array/pull.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/pullAll.d.ts
vendored
2
types/lodash/array/pullAll.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/pullAllBy.d.ts
vendored
2
types/lodash/array/pullAllBy.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/pullAllWith.d.ts
vendored
2
types/lodash/array/pullAllWith.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/pullAt.d.ts
vendored
2
types/lodash/array/pullAt.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/remove.d.ts
vendored
2
types/lodash/array/remove.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/reverse.d.ts
vendored
2
types/lodash/array/reverse.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/slice.d.ts
vendored
2
types/lodash/array/slice.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/sortedIndex.d.ts
vendored
2
types/lodash/array/sortedIndex.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/sortedIndexBy.d.ts
vendored
2
types/lodash/array/sortedIndexBy.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/sortedIndexOf.d.ts
vendored
2
types/lodash/array/sortedIndexOf.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/sortedLastIndex.d.ts
vendored
2
types/lodash/array/sortedLastIndex.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/sortedLastIndexBy.d.ts
vendored
2
types/lodash/array/sortedLastIndexBy.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/sortedLastIndexOf.d.ts
vendored
2
types/lodash/array/sortedLastIndexOf.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/sortedUniq.d.ts
vendored
2
types/lodash/array/sortedUniq.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/sortedUniqBy.d.ts
vendored
2
types/lodash/array/sortedUniqBy.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/tail.d.ts
vendored
2
types/lodash/array/tail.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/take.d.ts
vendored
2
types/lodash/array/take.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/takeRight.d.ts
vendored
2
types/lodash/array/takeRight.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/takeRightWhile.d.ts
vendored
2
types/lodash/array/takeRightWhile.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/takeWhile.d.ts
vendored
2
types/lodash/array/takeWhile.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/union.d.ts
vendored
2
types/lodash/array/union.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/unionBy.d.ts
vendored
2
types/lodash/array/unionBy.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/unionWith.d.ts
vendored
2
types/lodash/array/unionWith.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/uniq.d.ts
vendored
2
types/lodash/array/uniq.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/uniqBy.d.ts
vendored
2
types/lodash/array/uniqBy.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/uniqWith.d.ts
vendored
2
types/lodash/array/uniqWith.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/unzip.d.ts
vendored
2
types/lodash/array/unzip.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/unzipWith.d.ts
vendored
2
types/lodash/array/unzipWith.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/without.d.ts
vendored
2
types/lodash/array/without.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/xor.d.ts
vendored
2
types/lodash/array/xor.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/xorBy.d.ts
vendored
2
types/lodash/array/xorBy.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/xorWith.d.ts
vendored
2
types/lodash/array/xorWith.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/zip.d.ts
vendored
2
types/lodash/array/zip.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/zipObject.d.ts
vendored
2
types/lodash/array/zipObject.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/zipObjectDeep.d.ts
vendored
2
types/lodash/array/zipObjectDeep.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/array/zipWith.d.ts
vendored
2
types/lodash/array/zipWith.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/collection/countBy.d.ts
vendored
2
types/lodash/collection/countBy.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/collection/each.d.ts
vendored
2
types/lodash/collection/each.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
each: typeof _.forEach; // tslint:disable-line:no-unnecessary-qualifier
|
||||
|
||||
2
types/lodash/collection/eachRight.d.ts
vendored
2
types/lodash/collection/eachRight.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
eachRight: typeof _.forEachRight; // tslint:disable-line:no-unnecessary-qualifier
|
||||
|
||||
2
types/lodash/collection/every.d.ts
vendored
2
types/lodash/collection/every.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/collection/filter.d.ts
vendored
2
types/lodash/collection/filter.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/collection/find.d.ts
vendored
2
types/lodash/collection/find.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/collection/findLast.d.ts
vendored
2
types/lodash/collection/findLast.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/collection/flatMap.d.ts
vendored
2
types/lodash/collection/flatMap.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/collection/flatMapDeep.d.ts
vendored
2
types/lodash/collection/flatMapDeep.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/collection/flatMapDepth.d.ts
vendored
2
types/lodash/collection/flatMapDepth.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/collection/forEach.d.ts
vendored
2
types/lodash/collection/forEach.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/collection/forEachRight.d.ts
vendored
2
types/lodash/collection/forEachRight.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/collection/groupBy.d.ts
vendored
2
types/lodash/collection/groupBy.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/collection/includes.d.ts
vendored
2
types/lodash/collection/includes.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/collection/invokeMap.d.ts
vendored
2
types/lodash/collection/invokeMap.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/collection/keyBy.d.ts
vendored
2
types/lodash/collection/keyBy.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/collection/map.d.ts
vendored
2
types/lodash/collection/map.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/collection/orderBy.d.ts
vendored
2
types/lodash/collection/orderBy.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/collection/partition.d.ts
vendored
2
types/lodash/collection/partition.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/collection/reduce.d.ts
vendored
2
types/lodash/collection/reduce.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/collection/reduceRight.d.ts
vendored
2
types/lodash/collection/reduceRight.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/collection/reject.d.ts
vendored
2
types/lodash/collection/reject.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/collection/sample.d.ts
vendored
2
types/lodash/collection/sample.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/collection/sampleSize.d.ts
vendored
2
types/lodash/collection/sampleSize.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/collection/shuffle.d.ts
vendored
2
types/lodash/collection/shuffle.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/collection/size.d.ts
vendored
2
types/lodash/collection/size.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/collection/some.d.ts
vendored
2
types/lodash/collection/some.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/collection/sortBy.d.ts
vendored
2
types/lodash/collection/sortBy.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/common/common.d.ts
vendored
2
types/lodash/common/common.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
type GlobalPartial<T> = Partial<T>;
|
||||
declare module "../index" {
|
||||
type PartialObject<T> = GlobalPartial<T>;
|
||||
|
||||
2
types/lodash/date/now.d.ts
vendored
2
types/lodash/date/now.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/function/after.d.ts
vendored
2
types/lodash/function/after.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
2
types/lodash/function/ary.d.ts
vendored
2
types/lodash/function/ary.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import * as _ from "../index";
|
||||
import _ = require("../index");
|
||||
declare module "../index" {
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user