From 32cfdbb3f461fd743a4de10339d40ff15bc048ce Mon Sep 17 00:00:00 2001 From: Mohamed Hegazy Date: Mon, 31 Oct 2016 13:39:11 -0700 Subject: [PATCH] Fix https://github.com/Microsoft/TypeScript/issues/11916: Make lodash a module (#12361) * Fix https://github.com/Microsoft/TypeScript/issues/11916: Make lodash declarations a module * Use lodash as a module * Use lodash as module * Add headder --- bookshelf/bookshelf-tests.ts | 3 +- lodash/add/index.d.ts | 8 + lodash/after/index.d.ts | 8 + lodash/ary/index.d.ts | 8 + lodash/assign/index.d.ts | 8 + lodash/assignIn/index.d.ts | 8 + lodash/assignInWith/index.d.ts | 8 + lodash/assignWith/index.d.ts | 8 + lodash/at/index.d.ts | 8 + lodash/attempt/index.d.ts | 8 + lodash/before/index.d.ts | 8 + lodash/bind/index.d.ts | 8 + lodash/bindAll/index.d.ts | 8 + lodash/bindKey/index.d.ts | 8 + lodash/camelCase/index.d.ts | 8 + lodash/capitalize/index.d.ts | 8 + lodash/castArray/index.d.ts | 8 + lodash/ceil/index.d.ts | 8 + lodash/chain/index.d.ts | 8 + lodash/chunk/index.d.ts | 8 + lodash/clamp/index.d.ts | 8 + lodash/clone/index.d.ts | 8 + lodash/cloneDeep/index.d.ts | 8 + lodash/cloneDeepWith/index.d.ts | 8 + lodash/cloneWith/index.d.ts | 8 + lodash/compact/index.d.ts | 8 + lodash/concat/index.d.ts | 8 + lodash/constant/index.d.ts | 8 + lodash/countBy/index.d.ts | 8 + lodash/create/index.d.ts | 8 + lodash/curry/index.d.ts | 8 + lodash/curryRight/index.d.ts | 8 + lodash/debounce/index.d.ts | 8 + lodash/deburr/index.d.ts | 8 + lodash/defaults/index.d.ts | 8 + lodash/defaultsDeep/index.d.ts | 8 + lodash/defer/index.d.ts | 8 + lodash/delay/index.d.ts | 8 + lodash/difference/index.d.ts | 8 + lodash/differenceBy/index.d.ts | 8 + lodash/differenceWith/index.d.ts | 8 + lodash/drop/index.d.ts | 8 + lodash/dropRight/index.d.ts | 8 + lodash/dropRightWhile/index.d.ts | 8 + lodash/dropWhile/index.d.ts | 8 + lodash/each/index.d.ts | 8 + lodash/eachRight/index.d.ts | 8 + lodash/endsWith/index.d.ts | 8 + lodash/eq/index.d.ts | 8 + lodash/escape/index.d.ts | 8 + lodash/escapeRegExp/index.d.ts | 8 + lodash/every/index.d.ts | 8 + lodash/extend/index.d.ts | 8 + lodash/extendWith/index.d.ts | 8 + lodash/fb/index.d.ts | 7 + lodash/fill/index.d.ts | 8 + lodash/filter/index.d.ts | 8 + lodash/find/index.d.ts | 8 + lodash/findIndex/index.d.ts | 8 + lodash/findKey/index.d.ts | 8 + lodash/findLast/index.d.ts | 8 + lodash/findLastIndex/index.d.ts | 8 + lodash/findLastKey/index.d.ts | 8 + lodash/first/index.d.ts | 8 + lodash/flatMap/index.d.ts | 8 + lodash/flatten/index.d.ts | 8 + lodash/flattenDeep/index.d.ts | 8 + lodash/flattenDepth/index.d.ts | 8 + lodash/flip/index.d.ts | 8 + lodash/floor/index.d.ts | 8 + lodash/flow/index.d.ts | 8 + lodash/flowRight/index.d.ts | 8 + lodash/forEach/index.d.ts | 8 + lodash/forEachRight/index.d.ts | 8 + lodash/forIn/index.d.ts | 8 + lodash/forInRight/index.d.ts | 8 + lodash/forOwn/index.d.ts | 8 + lodash/forOwnRight/index.d.ts | 8 + lodash/fromPairs/index.d.ts | 8 + lodash/functions/index.d.ts | 8 + lodash/functionsIn/index.d.ts | 8 + lodash/get/index.d.ts | 8 + lodash/groupBy/index.d.ts | 8 + lodash/gt/index.d.ts | 8 + lodash/gte/index.d.ts | 8 + lodash/has/index.d.ts | 8 + lodash/hasIn/index.d.ts | 8 + lodash/head/index.d.ts | 8 + lodash/identity/index.d.ts | 8 + lodash/inRange/index.d.ts | 8 + lodash/includes/index.d.ts | 8 + lodash/index.d.ts | 1846 +----------------------- lodash/indexOf/index.d.ts | 8 + lodash/initial/index.d.ts | 8 + lodash/intersection/index.d.ts | 8 + lodash/intersectionBy/index.d.ts | 8 + lodash/intersectionWith/index.d.ts | 8 + lodash/invert/index.d.ts | 8 + lodash/invertBy/index.d.ts | 8 + lodash/invoke/index.d.ts | 8 + lodash/invokeMap/index.d.ts | 8 + lodash/isArguments/index.d.ts | 8 + lodash/isArray/index.d.ts | 8 + lodash/isArrayBuffer/index.d.ts | 8 + lodash/isArrayLike/index.d.ts | 8 + lodash/isArrayLikeObject/index.d.ts | 8 + lodash/isBoolean/index.d.ts | 8 + lodash/isBuffer/index.d.ts | 8 + lodash/isDate/index.d.ts | 8 + lodash/isElement/index.d.ts | 8 + lodash/isEmpty/index.d.ts | 8 + lodash/isEqual/index.d.ts | 8 + lodash/isEqualWith/index.d.ts | 8 + lodash/isError/index.d.ts | 8 + lodash/isFinite/index.d.ts | 8 + lodash/isFunction/index.d.ts | 8 + lodash/isInteger/index.d.ts | 8 + lodash/isLength/index.d.ts | 8 + lodash/isMap/index.d.ts | 8 + lodash/isMatch/index.d.ts | 8 + lodash/isMatchWith/index.d.ts | 8 + lodash/isNaN/index.d.ts | 8 + lodash/isNative/index.d.ts | 8 + lodash/isNil/index.d.ts | 8 + lodash/isNull/index.d.ts | 8 + lodash/isNumber/index.d.ts | 8 + lodash/isObject/index.d.ts | 8 + lodash/isObjectLike/index.d.ts | 8 + lodash/isPlainObject/index.d.ts | 8 + lodash/isRegExp/index.d.ts | 8 + lodash/isSafeInteger/index.d.ts | 8 + lodash/isSet/index.d.ts | 8 + lodash/isString/index.d.ts | 8 + lodash/isSymbol/index.d.ts | 8 + lodash/isTypedArray/index.d.ts | 8 + lodash/isUndefined/index.d.ts | 8 + lodash/isWeakMap/index.d.ts | 8 + lodash/isWeakSet/index.d.ts | 8 + lodash/iteratee/index.d.ts | 8 + lodash/join/index.d.ts | 8 + lodash/kebabCase/index.d.ts | 8 + lodash/keyBy/index.d.ts | 8 + lodash/keys/index.d.ts | 8 + lodash/keysIn/index.d.ts | 8 + lodash/last/index.d.ts | 8 + lodash/lastIndexOf/index.d.ts | 8 + lodash/lowerCase/index.d.ts | 8 + lodash/lowerFirst/index.d.ts | 8 + lodash/lt/index.d.ts | 8 + lodash/lte/index.d.ts | 8 + lodash/map/index.d.ts | 8 + lodash/mapKeys/index.d.ts | 8 + lodash/mapValues/index.d.ts | 8 + lodash/matches/index.d.ts | 8 + lodash/matchesProperty/index.d.ts | 8 + lodash/max/index.d.ts | 8 + lodash/maxBy/index.d.ts | 8 + lodash/mean/index.d.ts | 8 + lodash/meanBy/index.d.ts | 8 + lodash/memoize/index.d.ts | 8 + lodash/merge/index.d.ts | 8 + lodash/mergeWith/index.d.ts | 8 + lodash/method/index.d.ts | 8 + lodash/methodOf/index.d.ts | 8 + lodash/min/index.d.ts | 8 + lodash/minBy/index.d.ts | 8 + lodash/mixin/index.d.ts | 8 + lodash/negate/index.d.ts | 8 + lodash/noConflict/index.d.ts | 8 + lodash/noop/index.d.ts | 8 + lodash/now/index.d.ts | 8 + lodash/nthArg/index.d.ts | 8 + lodash/omit/index.d.ts | 8 + lodash/omitBy/index.d.ts | 8 + lodash/once/index.d.ts | 8 + lodash/orderBy/index.d.ts | 8 + lodash/over/index.d.ts | 8 + lodash/overArgs/index.d.ts | 8 + lodash/overEvery/index.d.ts | 8 + lodash/overSome/index.d.ts | 8 + lodash/pad/index.d.ts | 8 + lodash/padEnd/index.d.ts | 8 + lodash/padStart/index.d.ts | 8 + lodash/parseInt/index.d.ts | 8 + lodash/partial/index.d.ts | 8 + lodash/partialRight/index.d.ts | 8 + lodash/partition/index.d.ts | 8 + lodash/pick/index.d.ts | 8 + lodash/pickBy/index.d.ts | 8 + lodash/property/index.d.ts | 8 + lodash/propertyOf/index.d.ts | 8 + lodash/pull/index.d.ts | 8 + lodash/pullAll/index.d.ts | 8 + lodash/pullAllBy/index.d.ts | 8 + lodash/pullAt/index.d.ts | 8 + lodash/random/index.d.ts | 8 + lodash/range/index.d.ts | 8 + lodash/rangeRight/index.d.ts | 8 + lodash/rearg/index.d.ts | 8 + lodash/reduce/index.d.ts | 8 + lodash/reduceRight/index.d.ts | 8 + lodash/reject/index.d.ts | 8 + lodash/remove/index.d.ts | 8 + lodash/repeat/index.d.ts | 8 + lodash/replace/index.d.ts | 8 + lodash/rest/index.d.ts | 8 + lodash/result/index.d.ts | 8 + lodash/reverse/index.d.ts | 8 + lodash/round/index.d.ts | 8 + lodash/runInContext/index.d.ts | 8 + lodash/sample/index.d.ts | 8 + lodash/sampleSize/index.d.ts | 8 + lodash/set/index.d.ts | 8 + lodash/setWith/index.d.ts | 8 + lodash/shuffle/index.d.ts | 8 + lodash/size/index.d.ts | 8 + lodash/slice/index.d.ts | 8 + lodash/snakeCase/index.d.ts | 8 + lodash/some/index.d.ts | 8 + lodash/sortBy/index.d.ts | 8 + lodash/sortedIndex/index.d.ts | 8 + lodash/sortedIndexBy/index.d.ts | 8 + lodash/sortedIndexOf/index.d.ts | 8 + lodash/sortedLastIndex/index.d.ts | 8 + lodash/sortedLastIndexBy/index.d.ts | 8 + lodash/sortedLastIndexOf/index.d.ts | 8 + lodash/sortedUniq/index.d.ts | 8 + lodash/sortedUniqBy/index.d.ts | 8 + lodash/split/index.d.ts | 8 + lodash/spread/index.d.ts | 8 + lodash/startCase/index.d.ts | 8 + lodash/startsWith/index.d.ts | 8 + lodash/subtract/index.d.ts | 8 + lodash/sum/index.d.ts | 8 + lodash/sumBy/index.d.ts | 8 + lodash/tail/index.d.ts | 8 + lodash/take/index.d.ts | 8 + lodash/takeRight/index.d.ts | 8 + lodash/takeRightWhile/index.d.ts | 8 + lodash/takeWhile/index.d.ts | 8 + lodash/tap/index.d.ts | 8 + lodash/template/index.d.ts | 8 + lodash/throttle/index.d.ts | 8 + lodash/thru/index.d.ts | 8 + lodash/times/index.d.ts | 8 + lodash/toArray/index.d.ts | 8 + lodash/toInteger/index.d.ts | 8 + lodash/toLength/index.d.ts | 8 + lodash/toLower/index.d.ts | 8 + lodash/toNumber/index.d.ts | 8 + lodash/toPairs/index.d.ts | 8 + lodash/toPairsIn/index.d.ts | 8 + lodash/toPath/index.d.ts | 8 + lodash/toPlainObject/index.d.ts | 8 + lodash/toSafeInteger/index.d.ts | 8 + lodash/toString/index.d.ts | 8 + lodash/toUpper/index.d.ts | 8 + lodash/transform/index.d.ts | 8 + lodash/trim/index.d.ts | 8 + lodash/trimEnd/index.d.ts | 8 + lodash/trimStart/index.d.ts | 8 + lodash/truncate/index.d.ts | 8 + lodash/tsconfig.json | 289 +++- lodash/unary/index.d.ts | 8 + lodash/unescape/index.d.ts | 8 + lodash/union/index.d.ts | 8 + lodash/unionBy/index.d.ts | 8 + lodash/unionWith/index.d.ts | 8 + lodash/uniq/index.d.ts | 8 + lodash/uniqBy/index.d.ts | 8 + lodash/uniqWith/index.d.ts | 8 + lodash/uniqueId/index.d.ts | 8 + lodash/unset/index.d.ts | 8 + lodash/unzip/index.d.ts | 8 + lodash/unzipWith/index.d.ts | 8 + lodash/update/index.d.ts | 8 + lodash/upperCase/index.d.ts | 8 + lodash/upperFirst/index.d.ts | 8 + lodash/values/index.d.ts | 8 + lodash/valuesIn/index.d.ts | 8 + lodash/without/index.d.ts | 8 + lodash/words/index.d.ts | 8 + lodash/wrap/index.d.ts | 8 + lodash/xor/index.d.ts | 8 + lodash/xorBy/index.d.ts | 8 + lodash/xorWith/index.d.ts | 8 + lodash/zip/index.d.ts | 8 + lodash/zipObject/index.d.ts | 8 + lodash/zipWith/index.d.ts | 8 + transducers-js/transducers-js-tests.ts | 1 + 290 files changed, 2587 insertions(+), 1839 deletions(-) create mode 100644 lodash/add/index.d.ts create mode 100644 lodash/after/index.d.ts create mode 100644 lodash/ary/index.d.ts create mode 100644 lodash/assign/index.d.ts create mode 100644 lodash/assignIn/index.d.ts create mode 100644 lodash/assignInWith/index.d.ts create mode 100644 lodash/assignWith/index.d.ts create mode 100644 lodash/at/index.d.ts create mode 100644 lodash/attempt/index.d.ts create mode 100644 lodash/before/index.d.ts create mode 100644 lodash/bind/index.d.ts create mode 100644 lodash/bindAll/index.d.ts create mode 100644 lodash/bindKey/index.d.ts create mode 100644 lodash/camelCase/index.d.ts create mode 100644 lodash/capitalize/index.d.ts create mode 100644 lodash/castArray/index.d.ts create mode 100644 lodash/ceil/index.d.ts create mode 100644 lodash/chain/index.d.ts create mode 100644 lodash/chunk/index.d.ts create mode 100644 lodash/clamp/index.d.ts create mode 100644 lodash/clone/index.d.ts create mode 100644 lodash/cloneDeep/index.d.ts create mode 100644 lodash/cloneDeepWith/index.d.ts create mode 100644 lodash/cloneWith/index.d.ts create mode 100644 lodash/compact/index.d.ts create mode 100644 lodash/concat/index.d.ts create mode 100644 lodash/constant/index.d.ts create mode 100644 lodash/countBy/index.d.ts create mode 100644 lodash/create/index.d.ts create mode 100644 lodash/curry/index.d.ts create mode 100644 lodash/curryRight/index.d.ts create mode 100644 lodash/debounce/index.d.ts create mode 100644 lodash/deburr/index.d.ts create mode 100644 lodash/defaults/index.d.ts create mode 100644 lodash/defaultsDeep/index.d.ts create mode 100644 lodash/defer/index.d.ts create mode 100644 lodash/delay/index.d.ts create mode 100644 lodash/difference/index.d.ts create mode 100644 lodash/differenceBy/index.d.ts create mode 100644 lodash/differenceWith/index.d.ts create mode 100644 lodash/drop/index.d.ts create mode 100644 lodash/dropRight/index.d.ts create mode 100644 lodash/dropRightWhile/index.d.ts create mode 100644 lodash/dropWhile/index.d.ts create mode 100644 lodash/each/index.d.ts create mode 100644 lodash/eachRight/index.d.ts create mode 100644 lodash/endsWith/index.d.ts create mode 100644 lodash/eq/index.d.ts create mode 100644 lodash/escape/index.d.ts create mode 100644 lodash/escapeRegExp/index.d.ts create mode 100644 lodash/every/index.d.ts create mode 100644 lodash/extend/index.d.ts create mode 100644 lodash/extendWith/index.d.ts create mode 100644 lodash/fb/index.d.ts create mode 100644 lodash/fill/index.d.ts create mode 100644 lodash/filter/index.d.ts create mode 100644 lodash/find/index.d.ts create mode 100644 lodash/findIndex/index.d.ts create mode 100644 lodash/findKey/index.d.ts create mode 100644 lodash/findLast/index.d.ts create mode 100644 lodash/findLastIndex/index.d.ts create mode 100644 lodash/findLastKey/index.d.ts create mode 100644 lodash/first/index.d.ts create mode 100644 lodash/flatMap/index.d.ts create mode 100644 lodash/flatten/index.d.ts create mode 100644 lodash/flattenDeep/index.d.ts create mode 100644 lodash/flattenDepth/index.d.ts create mode 100644 lodash/flip/index.d.ts create mode 100644 lodash/floor/index.d.ts create mode 100644 lodash/flow/index.d.ts create mode 100644 lodash/flowRight/index.d.ts create mode 100644 lodash/forEach/index.d.ts create mode 100644 lodash/forEachRight/index.d.ts create mode 100644 lodash/forIn/index.d.ts create mode 100644 lodash/forInRight/index.d.ts create mode 100644 lodash/forOwn/index.d.ts create mode 100644 lodash/forOwnRight/index.d.ts create mode 100644 lodash/fromPairs/index.d.ts create mode 100644 lodash/functions/index.d.ts create mode 100644 lodash/functionsIn/index.d.ts create mode 100644 lodash/get/index.d.ts create mode 100644 lodash/groupBy/index.d.ts create mode 100644 lodash/gt/index.d.ts create mode 100644 lodash/gte/index.d.ts create mode 100644 lodash/has/index.d.ts create mode 100644 lodash/hasIn/index.d.ts create mode 100644 lodash/head/index.d.ts create mode 100644 lodash/identity/index.d.ts create mode 100644 lodash/inRange/index.d.ts create mode 100644 lodash/includes/index.d.ts create mode 100644 lodash/indexOf/index.d.ts create mode 100644 lodash/initial/index.d.ts create mode 100644 lodash/intersection/index.d.ts create mode 100644 lodash/intersectionBy/index.d.ts create mode 100644 lodash/intersectionWith/index.d.ts create mode 100644 lodash/invert/index.d.ts create mode 100644 lodash/invertBy/index.d.ts create mode 100644 lodash/invoke/index.d.ts create mode 100644 lodash/invokeMap/index.d.ts create mode 100644 lodash/isArguments/index.d.ts create mode 100644 lodash/isArray/index.d.ts create mode 100644 lodash/isArrayBuffer/index.d.ts create mode 100644 lodash/isArrayLike/index.d.ts create mode 100644 lodash/isArrayLikeObject/index.d.ts create mode 100644 lodash/isBoolean/index.d.ts create mode 100644 lodash/isBuffer/index.d.ts create mode 100644 lodash/isDate/index.d.ts create mode 100644 lodash/isElement/index.d.ts create mode 100644 lodash/isEmpty/index.d.ts create mode 100644 lodash/isEqual/index.d.ts create mode 100644 lodash/isEqualWith/index.d.ts create mode 100644 lodash/isError/index.d.ts create mode 100644 lodash/isFinite/index.d.ts create mode 100644 lodash/isFunction/index.d.ts create mode 100644 lodash/isInteger/index.d.ts create mode 100644 lodash/isLength/index.d.ts create mode 100644 lodash/isMap/index.d.ts create mode 100644 lodash/isMatch/index.d.ts create mode 100644 lodash/isMatchWith/index.d.ts create mode 100644 lodash/isNaN/index.d.ts create mode 100644 lodash/isNative/index.d.ts create mode 100644 lodash/isNil/index.d.ts create mode 100644 lodash/isNull/index.d.ts create mode 100644 lodash/isNumber/index.d.ts create mode 100644 lodash/isObject/index.d.ts create mode 100644 lodash/isObjectLike/index.d.ts create mode 100644 lodash/isPlainObject/index.d.ts create mode 100644 lodash/isRegExp/index.d.ts create mode 100644 lodash/isSafeInteger/index.d.ts create mode 100644 lodash/isSet/index.d.ts create mode 100644 lodash/isString/index.d.ts create mode 100644 lodash/isSymbol/index.d.ts create mode 100644 lodash/isTypedArray/index.d.ts create mode 100644 lodash/isUndefined/index.d.ts create mode 100644 lodash/isWeakMap/index.d.ts create mode 100644 lodash/isWeakSet/index.d.ts create mode 100644 lodash/iteratee/index.d.ts create mode 100644 lodash/join/index.d.ts create mode 100644 lodash/kebabCase/index.d.ts create mode 100644 lodash/keyBy/index.d.ts create mode 100644 lodash/keys/index.d.ts create mode 100644 lodash/keysIn/index.d.ts create mode 100644 lodash/last/index.d.ts create mode 100644 lodash/lastIndexOf/index.d.ts create mode 100644 lodash/lowerCase/index.d.ts create mode 100644 lodash/lowerFirst/index.d.ts create mode 100644 lodash/lt/index.d.ts create mode 100644 lodash/lte/index.d.ts create mode 100644 lodash/map/index.d.ts create mode 100644 lodash/mapKeys/index.d.ts create mode 100644 lodash/mapValues/index.d.ts create mode 100644 lodash/matches/index.d.ts create mode 100644 lodash/matchesProperty/index.d.ts create mode 100644 lodash/max/index.d.ts create mode 100644 lodash/maxBy/index.d.ts create mode 100644 lodash/mean/index.d.ts create mode 100644 lodash/meanBy/index.d.ts create mode 100644 lodash/memoize/index.d.ts create mode 100644 lodash/merge/index.d.ts create mode 100644 lodash/mergeWith/index.d.ts create mode 100644 lodash/method/index.d.ts create mode 100644 lodash/methodOf/index.d.ts create mode 100644 lodash/min/index.d.ts create mode 100644 lodash/minBy/index.d.ts create mode 100644 lodash/mixin/index.d.ts create mode 100644 lodash/negate/index.d.ts create mode 100644 lodash/noConflict/index.d.ts create mode 100644 lodash/noop/index.d.ts create mode 100644 lodash/now/index.d.ts create mode 100644 lodash/nthArg/index.d.ts create mode 100644 lodash/omit/index.d.ts create mode 100644 lodash/omitBy/index.d.ts create mode 100644 lodash/once/index.d.ts create mode 100644 lodash/orderBy/index.d.ts create mode 100644 lodash/over/index.d.ts create mode 100644 lodash/overArgs/index.d.ts create mode 100644 lodash/overEvery/index.d.ts create mode 100644 lodash/overSome/index.d.ts create mode 100644 lodash/pad/index.d.ts create mode 100644 lodash/padEnd/index.d.ts create mode 100644 lodash/padStart/index.d.ts create mode 100644 lodash/parseInt/index.d.ts create mode 100644 lodash/partial/index.d.ts create mode 100644 lodash/partialRight/index.d.ts create mode 100644 lodash/partition/index.d.ts create mode 100644 lodash/pick/index.d.ts create mode 100644 lodash/pickBy/index.d.ts create mode 100644 lodash/property/index.d.ts create mode 100644 lodash/propertyOf/index.d.ts create mode 100644 lodash/pull/index.d.ts create mode 100644 lodash/pullAll/index.d.ts create mode 100644 lodash/pullAllBy/index.d.ts create mode 100644 lodash/pullAt/index.d.ts create mode 100644 lodash/random/index.d.ts create mode 100644 lodash/range/index.d.ts create mode 100644 lodash/rangeRight/index.d.ts create mode 100644 lodash/rearg/index.d.ts create mode 100644 lodash/reduce/index.d.ts create mode 100644 lodash/reduceRight/index.d.ts create mode 100644 lodash/reject/index.d.ts create mode 100644 lodash/remove/index.d.ts create mode 100644 lodash/repeat/index.d.ts create mode 100644 lodash/replace/index.d.ts create mode 100644 lodash/rest/index.d.ts create mode 100644 lodash/result/index.d.ts create mode 100644 lodash/reverse/index.d.ts create mode 100644 lodash/round/index.d.ts create mode 100644 lodash/runInContext/index.d.ts create mode 100644 lodash/sample/index.d.ts create mode 100644 lodash/sampleSize/index.d.ts create mode 100644 lodash/set/index.d.ts create mode 100644 lodash/setWith/index.d.ts create mode 100644 lodash/shuffle/index.d.ts create mode 100644 lodash/size/index.d.ts create mode 100644 lodash/slice/index.d.ts create mode 100644 lodash/snakeCase/index.d.ts create mode 100644 lodash/some/index.d.ts create mode 100644 lodash/sortBy/index.d.ts create mode 100644 lodash/sortedIndex/index.d.ts create mode 100644 lodash/sortedIndexBy/index.d.ts create mode 100644 lodash/sortedIndexOf/index.d.ts create mode 100644 lodash/sortedLastIndex/index.d.ts create mode 100644 lodash/sortedLastIndexBy/index.d.ts create mode 100644 lodash/sortedLastIndexOf/index.d.ts create mode 100644 lodash/sortedUniq/index.d.ts create mode 100644 lodash/sortedUniqBy/index.d.ts create mode 100644 lodash/split/index.d.ts create mode 100644 lodash/spread/index.d.ts create mode 100644 lodash/startCase/index.d.ts create mode 100644 lodash/startsWith/index.d.ts create mode 100644 lodash/subtract/index.d.ts create mode 100644 lodash/sum/index.d.ts create mode 100644 lodash/sumBy/index.d.ts create mode 100644 lodash/tail/index.d.ts create mode 100644 lodash/take/index.d.ts create mode 100644 lodash/takeRight/index.d.ts create mode 100644 lodash/takeRightWhile/index.d.ts create mode 100644 lodash/takeWhile/index.d.ts create mode 100644 lodash/tap/index.d.ts create mode 100644 lodash/template/index.d.ts create mode 100644 lodash/throttle/index.d.ts create mode 100644 lodash/thru/index.d.ts create mode 100644 lodash/times/index.d.ts create mode 100644 lodash/toArray/index.d.ts create mode 100644 lodash/toInteger/index.d.ts create mode 100644 lodash/toLength/index.d.ts create mode 100644 lodash/toLower/index.d.ts create mode 100644 lodash/toNumber/index.d.ts create mode 100644 lodash/toPairs/index.d.ts create mode 100644 lodash/toPairsIn/index.d.ts create mode 100644 lodash/toPath/index.d.ts create mode 100644 lodash/toPlainObject/index.d.ts create mode 100644 lodash/toSafeInteger/index.d.ts create mode 100644 lodash/toString/index.d.ts create mode 100644 lodash/toUpper/index.d.ts create mode 100644 lodash/transform/index.d.ts create mode 100644 lodash/trim/index.d.ts create mode 100644 lodash/trimEnd/index.d.ts create mode 100644 lodash/trimStart/index.d.ts create mode 100644 lodash/truncate/index.d.ts create mode 100644 lodash/unary/index.d.ts create mode 100644 lodash/unescape/index.d.ts create mode 100644 lodash/union/index.d.ts create mode 100644 lodash/unionBy/index.d.ts create mode 100644 lodash/unionWith/index.d.ts create mode 100644 lodash/uniq/index.d.ts create mode 100644 lodash/uniqBy/index.d.ts create mode 100644 lodash/uniqWith/index.d.ts create mode 100644 lodash/uniqueId/index.d.ts create mode 100644 lodash/unset/index.d.ts create mode 100644 lodash/unzip/index.d.ts create mode 100644 lodash/unzipWith/index.d.ts create mode 100644 lodash/update/index.d.ts create mode 100644 lodash/upperCase/index.d.ts create mode 100644 lodash/upperFirst/index.d.ts create mode 100644 lodash/values/index.d.ts create mode 100644 lodash/valuesIn/index.d.ts create mode 100644 lodash/without/index.d.ts create mode 100644 lodash/words/index.d.ts create mode 100644 lodash/wrap/index.d.ts create mode 100644 lodash/xor/index.d.ts create mode 100644 lodash/xorBy/index.d.ts create mode 100644 lodash/xorWith/index.d.ts create mode 100644 lodash/zip/index.d.ts create mode 100644 lodash/zipObject/index.d.ts create mode 100644 lodash/zipWith/index.d.ts diff --git a/bookshelf/bookshelf-tests.ts b/bookshelf/bookshelf-tests.ts index 8c59b88413..5b743bef71 100644 --- a/bookshelf/bookshelf-tests.ts +++ b/bookshelf/bookshelf-tests.ts @@ -2,6 +2,7 @@ import * as Knex from 'knex'; import * as Bookshelf from 'bookshelf'; import * as assert from 'assert'; import * as express from 'express'; +import * as _ from "lodash"; /** * The examples/tests below follow Bookshelf documentation chapter after chapter: http://bookshelfjs.org/ @@ -296,7 +297,7 @@ class Account extends bookshelf.Model { } { var checkit = require('checkit'); - + //todo: make sure this works with BlueBird 3.0 var bcrypt:any; // = Promise.promisifyAll(require('bcrypt')); diff --git a/lodash/add/index.d.ts b/lodash/add/index.d.ts new file mode 100644 index 0000000000..f4f9c1b4f7 --- /dev/null +++ b/lodash/add/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const add: typeof _.add; +export = add; diff --git a/lodash/after/index.d.ts b/lodash/after/index.d.ts new file mode 100644 index 0000000000..0e0447f958 --- /dev/null +++ b/lodash/after/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const after: typeof _.after; +export = after; diff --git a/lodash/ary/index.d.ts b/lodash/ary/index.d.ts new file mode 100644 index 0000000000..787ee54a7b --- /dev/null +++ b/lodash/ary/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const ary: typeof _.ary; +export = ary; diff --git a/lodash/assign/index.d.ts b/lodash/assign/index.d.ts new file mode 100644 index 0000000000..fa3b0fddd6 --- /dev/null +++ b/lodash/assign/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const assign: typeof _.assign; +export = assign; diff --git a/lodash/assignIn/index.d.ts b/lodash/assignIn/index.d.ts new file mode 100644 index 0000000000..5c972758c7 --- /dev/null +++ b/lodash/assignIn/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const assignIn: typeof _.assignIn; +export = assignIn; diff --git a/lodash/assignInWith/index.d.ts b/lodash/assignInWith/index.d.ts new file mode 100644 index 0000000000..d3a6c83cbb --- /dev/null +++ b/lodash/assignInWith/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const assignInWith: typeof _.assignInWith; +export = assignInWith; diff --git a/lodash/assignWith/index.d.ts b/lodash/assignWith/index.d.ts new file mode 100644 index 0000000000..39cb8bd586 --- /dev/null +++ b/lodash/assignWith/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const assignWith: typeof _.assignWith; +export = assignWith; diff --git a/lodash/at/index.d.ts b/lodash/at/index.d.ts new file mode 100644 index 0000000000..e06bfa8c2d --- /dev/null +++ b/lodash/at/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const at: typeof _.at; +export = at; diff --git a/lodash/attempt/index.d.ts b/lodash/attempt/index.d.ts new file mode 100644 index 0000000000..0221eecc87 --- /dev/null +++ b/lodash/attempt/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const attempt: typeof _.attempt; +export = attempt; diff --git a/lodash/before/index.d.ts b/lodash/before/index.d.ts new file mode 100644 index 0000000000..6d7937c7b6 --- /dev/null +++ b/lodash/before/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const before: typeof _.before; +export = before; diff --git a/lodash/bind/index.d.ts b/lodash/bind/index.d.ts new file mode 100644 index 0000000000..24ad108d5c --- /dev/null +++ b/lodash/bind/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const bind: typeof _.bind; +export = bind; diff --git a/lodash/bindAll/index.d.ts b/lodash/bindAll/index.d.ts new file mode 100644 index 0000000000..58491038c1 --- /dev/null +++ b/lodash/bindAll/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const bindAll: typeof _.bindAll; +export = bindAll; diff --git a/lodash/bindKey/index.d.ts b/lodash/bindKey/index.d.ts new file mode 100644 index 0000000000..9334becaa4 --- /dev/null +++ b/lodash/bindKey/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const bindKey: typeof _.bindKey; +export = bindKey; diff --git a/lodash/camelCase/index.d.ts b/lodash/camelCase/index.d.ts new file mode 100644 index 0000000000..2ce57c7c79 --- /dev/null +++ b/lodash/camelCase/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const camelCase: typeof _.camelCase; +export = camelCase; diff --git a/lodash/capitalize/index.d.ts b/lodash/capitalize/index.d.ts new file mode 100644 index 0000000000..95f2a99812 --- /dev/null +++ b/lodash/capitalize/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const capitalize: typeof _.capitalize; +export = capitalize; diff --git a/lodash/castArray/index.d.ts b/lodash/castArray/index.d.ts new file mode 100644 index 0000000000..d43d068cb2 --- /dev/null +++ b/lodash/castArray/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const castArray: typeof _.castArray; +export = castArray; diff --git a/lodash/ceil/index.d.ts b/lodash/ceil/index.d.ts new file mode 100644 index 0000000000..d0e45ed05f --- /dev/null +++ b/lodash/ceil/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const ceil: typeof _.ceil; +export = ceil; diff --git a/lodash/chain/index.d.ts b/lodash/chain/index.d.ts new file mode 100644 index 0000000000..5cece4bf62 --- /dev/null +++ b/lodash/chain/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const chain: typeof _.chain; +export = chain; diff --git a/lodash/chunk/index.d.ts b/lodash/chunk/index.d.ts new file mode 100644 index 0000000000..f28c83d646 --- /dev/null +++ b/lodash/chunk/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const chunk: typeof _.chunk; +export = chunk; diff --git a/lodash/clamp/index.d.ts b/lodash/clamp/index.d.ts new file mode 100644 index 0000000000..fa08911b91 --- /dev/null +++ b/lodash/clamp/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const clamp: typeof _.clamp; +export = clamp; diff --git a/lodash/clone/index.d.ts b/lodash/clone/index.d.ts new file mode 100644 index 0000000000..a5ccbc8257 --- /dev/null +++ b/lodash/clone/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const clone: typeof _.clone; +export = clone; diff --git a/lodash/cloneDeep/index.d.ts b/lodash/cloneDeep/index.d.ts new file mode 100644 index 0000000000..0efe2f4fc3 --- /dev/null +++ b/lodash/cloneDeep/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const cloneDeep: typeof _.cloneDeep; +export = cloneDeep; diff --git a/lodash/cloneDeepWith/index.d.ts b/lodash/cloneDeepWith/index.d.ts new file mode 100644 index 0000000000..c561b4ff4b --- /dev/null +++ b/lodash/cloneDeepWith/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const cloneDeepWith: typeof _.cloneDeepWith; +export = cloneDeepWith; diff --git a/lodash/cloneWith/index.d.ts b/lodash/cloneWith/index.d.ts new file mode 100644 index 0000000000..606e4f2868 --- /dev/null +++ b/lodash/cloneWith/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const cloneWith: typeof _.cloneWith; +export = cloneWith; diff --git a/lodash/compact/index.d.ts b/lodash/compact/index.d.ts new file mode 100644 index 0000000000..ffdf5ef9be --- /dev/null +++ b/lodash/compact/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const compact: typeof _.compact; +export = compact; diff --git a/lodash/concat/index.d.ts b/lodash/concat/index.d.ts new file mode 100644 index 0000000000..13b4203fd4 --- /dev/null +++ b/lodash/concat/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const concat: typeof _.concat; +export = concat; diff --git a/lodash/constant/index.d.ts b/lodash/constant/index.d.ts new file mode 100644 index 0000000000..ce49eb2b98 --- /dev/null +++ b/lodash/constant/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const constant: typeof _.constant; +export = constant; diff --git a/lodash/countBy/index.d.ts b/lodash/countBy/index.d.ts new file mode 100644 index 0000000000..ecaf778fa8 --- /dev/null +++ b/lodash/countBy/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const countBy: typeof _.countBy; +export = countBy; diff --git a/lodash/create/index.d.ts b/lodash/create/index.d.ts new file mode 100644 index 0000000000..02726a29a4 --- /dev/null +++ b/lodash/create/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const create: typeof _.create; +export = create; diff --git a/lodash/curry/index.d.ts b/lodash/curry/index.d.ts new file mode 100644 index 0000000000..84c68b64d4 --- /dev/null +++ b/lodash/curry/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const curry: typeof _.curry; +export = curry; diff --git a/lodash/curryRight/index.d.ts b/lodash/curryRight/index.d.ts new file mode 100644 index 0000000000..ecbc4f775d --- /dev/null +++ b/lodash/curryRight/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const curryRight: typeof _.curryRight; +export = curryRight; diff --git a/lodash/debounce/index.d.ts b/lodash/debounce/index.d.ts new file mode 100644 index 0000000000..075bf95f72 --- /dev/null +++ b/lodash/debounce/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const debounce: typeof _.debounce; +export = debounce; diff --git a/lodash/deburr/index.d.ts b/lodash/deburr/index.d.ts new file mode 100644 index 0000000000..fcb5f65e99 --- /dev/null +++ b/lodash/deburr/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const deburr: typeof _.deburr; +export = deburr; diff --git a/lodash/defaults/index.d.ts b/lodash/defaults/index.d.ts new file mode 100644 index 0000000000..a455fcc952 --- /dev/null +++ b/lodash/defaults/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const defaults: typeof _.defaults; +export = defaults; diff --git a/lodash/defaultsDeep/index.d.ts b/lodash/defaultsDeep/index.d.ts new file mode 100644 index 0000000000..720db838a5 --- /dev/null +++ b/lodash/defaultsDeep/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const defaultsDeep: typeof _.defaultsDeep; +export = defaultsDeep; diff --git a/lodash/defer/index.d.ts b/lodash/defer/index.d.ts new file mode 100644 index 0000000000..1ef4295da8 --- /dev/null +++ b/lodash/defer/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const defer: typeof _.defer; +export = defer; diff --git a/lodash/delay/index.d.ts b/lodash/delay/index.d.ts new file mode 100644 index 0000000000..424b42c789 --- /dev/null +++ b/lodash/delay/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const delay: typeof _.delay; +export = delay; diff --git a/lodash/difference/index.d.ts b/lodash/difference/index.d.ts new file mode 100644 index 0000000000..c6d241dc89 --- /dev/null +++ b/lodash/difference/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const difference: typeof _.difference; +export = difference; diff --git a/lodash/differenceBy/index.d.ts b/lodash/differenceBy/index.d.ts new file mode 100644 index 0000000000..7f16b892c2 --- /dev/null +++ b/lodash/differenceBy/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const differenceBy: typeof _.differenceBy; +export = differenceBy; diff --git a/lodash/differenceWith/index.d.ts b/lodash/differenceWith/index.d.ts new file mode 100644 index 0000000000..2f05157c91 --- /dev/null +++ b/lodash/differenceWith/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const differenceWith: typeof _.differenceWith; +export = differenceWith; diff --git a/lodash/drop/index.d.ts b/lodash/drop/index.d.ts new file mode 100644 index 0000000000..603e8bd756 --- /dev/null +++ b/lodash/drop/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const drop: typeof _.drop; +export = drop; diff --git a/lodash/dropRight/index.d.ts b/lodash/dropRight/index.d.ts new file mode 100644 index 0000000000..df0f239f0e --- /dev/null +++ b/lodash/dropRight/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const dropRight: typeof _.dropRight; +export = dropRight; diff --git a/lodash/dropRightWhile/index.d.ts b/lodash/dropRightWhile/index.d.ts new file mode 100644 index 0000000000..e764548d7f --- /dev/null +++ b/lodash/dropRightWhile/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const dropRightWhile: typeof _.dropRightWhile; +export = dropRightWhile; diff --git a/lodash/dropWhile/index.d.ts b/lodash/dropWhile/index.d.ts new file mode 100644 index 0000000000..eaad450955 --- /dev/null +++ b/lodash/dropWhile/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const dropWhile: typeof _.dropWhile; +export = dropWhile; diff --git a/lodash/each/index.d.ts b/lodash/each/index.d.ts new file mode 100644 index 0000000000..32af6534df --- /dev/null +++ b/lodash/each/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const each: typeof _.each; +export = each; diff --git a/lodash/eachRight/index.d.ts b/lodash/eachRight/index.d.ts new file mode 100644 index 0000000000..4b69a1bda0 --- /dev/null +++ b/lodash/eachRight/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const eachRight: typeof _.eachRight; +export = eachRight; diff --git a/lodash/endsWith/index.d.ts b/lodash/endsWith/index.d.ts new file mode 100644 index 0000000000..7013c5652f --- /dev/null +++ b/lodash/endsWith/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const endsWith: typeof _.endsWith; +export = endsWith; diff --git a/lodash/eq/index.d.ts b/lodash/eq/index.d.ts new file mode 100644 index 0000000000..efa0e4479e --- /dev/null +++ b/lodash/eq/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const eq: typeof _.eq; +export = eq; diff --git a/lodash/escape/index.d.ts b/lodash/escape/index.d.ts new file mode 100644 index 0000000000..fcfb2074e8 --- /dev/null +++ b/lodash/escape/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const escape: typeof _.escape; +export = escape; diff --git a/lodash/escapeRegExp/index.d.ts b/lodash/escapeRegExp/index.d.ts new file mode 100644 index 0000000000..26bd4998f2 --- /dev/null +++ b/lodash/escapeRegExp/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const escapeRegExp: typeof _.escapeRegExp; +export = escapeRegExp; diff --git a/lodash/every/index.d.ts b/lodash/every/index.d.ts new file mode 100644 index 0000000000..fbeb2cf20c --- /dev/null +++ b/lodash/every/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const every: typeof _.every; +export = every; diff --git a/lodash/extend/index.d.ts b/lodash/extend/index.d.ts new file mode 100644 index 0000000000..9f330d2e8c --- /dev/null +++ b/lodash/extend/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const extend: typeof _.extend; +export = extend; diff --git a/lodash/extendWith/index.d.ts b/lodash/extendWith/index.d.ts new file mode 100644 index 0000000000..8fc8180999 --- /dev/null +++ b/lodash/extendWith/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const extendWith: typeof _.extendWith; +export = extendWith; diff --git a/lodash/fb/index.d.ts b/lodash/fb/index.d.ts new file mode 100644 index 0000000000..5f90e9e920 --- /dev/null +++ b/lodash/fb/index.d.ts @@ -0,0 +1,7 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +export = _; diff --git a/lodash/fill/index.d.ts b/lodash/fill/index.d.ts new file mode 100644 index 0000000000..0a9caa5108 --- /dev/null +++ b/lodash/fill/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const fill: typeof _.fill; +export = fill; diff --git a/lodash/filter/index.d.ts b/lodash/filter/index.d.ts new file mode 100644 index 0000000000..2d841909e4 --- /dev/null +++ b/lodash/filter/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const filter: typeof _.filter; +export = filter; diff --git a/lodash/find/index.d.ts b/lodash/find/index.d.ts new file mode 100644 index 0000000000..0392a63785 --- /dev/null +++ b/lodash/find/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const find: typeof _.find; +export = find; diff --git a/lodash/findIndex/index.d.ts b/lodash/findIndex/index.d.ts new file mode 100644 index 0000000000..a27f6dace8 --- /dev/null +++ b/lodash/findIndex/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const findIndex: typeof _.findIndex; +export = findIndex; diff --git a/lodash/findKey/index.d.ts b/lodash/findKey/index.d.ts new file mode 100644 index 0000000000..ef29b3a0ef --- /dev/null +++ b/lodash/findKey/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const findKey: typeof _.findKey; +export = findKey; diff --git a/lodash/findLast/index.d.ts b/lodash/findLast/index.d.ts new file mode 100644 index 0000000000..caa5d2b50b --- /dev/null +++ b/lodash/findLast/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const findLast: typeof _.findLast; +export = findLast; diff --git a/lodash/findLastIndex/index.d.ts b/lodash/findLastIndex/index.d.ts new file mode 100644 index 0000000000..79e45b16f9 --- /dev/null +++ b/lodash/findLastIndex/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const findLastIndex: typeof _.findLastIndex; +export = findLastIndex; diff --git a/lodash/findLastKey/index.d.ts b/lodash/findLastKey/index.d.ts new file mode 100644 index 0000000000..8e0655e6db --- /dev/null +++ b/lodash/findLastKey/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const findLastKey: typeof _.findLastKey; +export = findLastKey; diff --git a/lodash/first/index.d.ts b/lodash/first/index.d.ts new file mode 100644 index 0000000000..7f8bb6da95 --- /dev/null +++ b/lodash/first/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const first: typeof _.first; +export = first; diff --git a/lodash/flatMap/index.d.ts b/lodash/flatMap/index.d.ts new file mode 100644 index 0000000000..de148c21f9 --- /dev/null +++ b/lodash/flatMap/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const flatMap: typeof _.flatMap; +export = flatMap; diff --git a/lodash/flatten/index.d.ts b/lodash/flatten/index.d.ts new file mode 100644 index 0000000000..a7f0df7ff9 --- /dev/null +++ b/lodash/flatten/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const flatten: typeof _.flatten; +export = flatten; diff --git a/lodash/flattenDeep/index.d.ts b/lodash/flattenDeep/index.d.ts new file mode 100644 index 0000000000..ac3a2a9b70 --- /dev/null +++ b/lodash/flattenDeep/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const flattenDeep: typeof _.flattenDeep; +export = flattenDeep; diff --git a/lodash/flattenDepth/index.d.ts b/lodash/flattenDepth/index.d.ts new file mode 100644 index 0000000000..b53f761670 --- /dev/null +++ b/lodash/flattenDepth/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const flattenDepth: typeof _.flattenDepth; +export = flattenDepth; diff --git a/lodash/flip/index.d.ts b/lodash/flip/index.d.ts new file mode 100644 index 0000000000..edbb268ef0 --- /dev/null +++ b/lodash/flip/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const flip: typeof _.flip; +export = flip; diff --git a/lodash/floor/index.d.ts b/lodash/floor/index.d.ts new file mode 100644 index 0000000000..944dfbee97 --- /dev/null +++ b/lodash/floor/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const floor: typeof _.floor; +export = floor; diff --git a/lodash/flow/index.d.ts b/lodash/flow/index.d.ts new file mode 100644 index 0000000000..2c08373040 --- /dev/null +++ b/lodash/flow/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const flow: typeof _.flow; +export = flow; diff --git a/lodash/flowRight/index.d.ts b/lodash/flowRight/index.d.ts new file mode 100644 index 0000000000..432d3b3ccd --- /dev/null +++ b/lodash/flowRight/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const flowRight: typeof _.flowRight; +export = flowRight; diff --git a/lodash/forEach/index.d.ts b/lodash/forEach/index.d.ts new file mode 100644 index 0000000000..282b130ea8 --- /dev/null +++ b/lodash/forEach/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const forEach: typeof _.forEach; +export = forEach; diff --git a/lodash/forEachRight/index.d.ts b/lodash/forEachRight/index.d.ts new file mode 100644 index 0000000000..d14a142974 --- /dev/null +++ b/lodash/forEachRight/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const forEachRight: typeof _.forEachRight; +export = forEachRight; diff --git a/lodash/forIn/index.d.ts b/lodash/forIn/index.d.ts new file mode 100644 index 0000000000..5c4e7aa3f9 --- /dev/null +++ b/lodash/forIn/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const forIn: typeof _.forIn; +export = forIn; diff --git a/lodash/forInRight/index.d.ts b/lodash/forInRight/index.d.ts new file mode 100644 index 0000000000..a15f182e8b --- /dev/null +++ b/lodash/forInRight/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const forInRight: typeof _.forInRight; +export = forInRight; diff --git a/lodash/forOwn/index.d.ts b/lodash/forOwn/index.d.ts new file mode 100644 index 0000000000..0a0e9db75a --- /dev/null +++ b/lodash/forOwn/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const forOwn: typeof _.forOwn; +export = forOwn; diff --git a/lodash/forOwnRight/index.d.ts b/lodash/forOwnRight/index.d.ts new file mode 100644 index 0000000000..0aee27cdc4 --- /dev/null +++ b/lodash/forOwnRight/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const forOwnRight: typeof _.forOwnRight; +export = forOwnRight; diff --git a/lodash/fromPairs/index.d.ts b/lodash/fromPairs/index.d.ts new file mode 100644 index 0000000000..b70e331653 --- /dev/null +++ b/lodash/fromPairs/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const fromPairs: typeof _.fromPairs; +export = fromPairs; diff --git a/lodash/functions/index.d.ts b/lodash/functions/index.d.ts new file mode 100644 index 0000000000..d366866131 --- /dev/null +++ b/lodash/functions/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const functions: typeof _.functions; +export = functions; diff --git a/lodash/functionsIn/index.d.ts b/lodash/functionsIn/index.d.ts new file mode 100644 index 0000000000..a615162221 --- /dev/null +++ b/lodash/functionsIn/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const functionsIn: typeof _.functionsIn; +export = functionsIn; diff --git a/lodash/get/index.d.ts b/lodash/get/index.d.ts new file mode 100644 index 0000000000..794e67b520 --- /dev/null +++ b/lodash/get/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const get: typeof _.get; +export = get; diff --git a/lodash/groupBy/index.d.ts b/lodash/groupBy/index.d.ts new file mode 100644 index 0000000000..8dd7f5f1d0 --- /dev/null +++ b/lodash/groupBy/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const groupBy: typeof _.groupBy; +export = groupBy; diff --git a/lodash/gt/index.d.ts b/lodash/gt/index.d.ts new file mode 100644 index 0000000000..fdba175e0c --- /dev/null +++ b/lodash/gt/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const gt: typeof _.gt; +export = gt; diff --git a/lodash/gte/index.d.ts b/lodash/gte/index.d.ts new file mode 100644 index 0000000000..dcf90fb0f0 --- /dev/null +++ b/lodash/gte/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const gte: typeof _.gte; +export = gte; diff --git a/lodash/has/index.d.ts b/lodash/has/index.d.ts new file mode 100644 index 0000000000..f4196f303a --- /dev/null +++ b/lodash/has/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const has: typeof _.has; +export = has; diff --git a/lodash/hasIn/index.d.ts b/lodash/hasIn/index.d.ts new file mode 100644 index 0000000000..2a4a703390 --- /dev/null +++ b/lodash/hasIn/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const hasIn: typeof _.hasIn; +export = hasIn; diff --git a/lodash/head/index.d.ts b/lodash/head/index.d.ts new file mode 100644 index 0000000000..637bdadd43 --- /dev/null +++ b/lodash/head/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const head: typeof _.head; +export = head; diff --git a/lodash/identity/index.d.ts b/lodash/identity/index.d.ts new file mode 100644 index 0000000000..c3f42358b8 --- /dev/null +++ b/lodash/identity/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const identity: typeof _.identity; +export = identity; diff --git a/lodash/inRange/index.d.ts b/lodash/inRange/index.d.ts new file mode 100644 index 0000000000..a2b5ff8085 --- /dev/null +++ b/lodash/inRange/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const inRange: typeof _.inRange; +export = inRange; diff --git a/lodash/includes/index.d.ts b/lodash/includes/index.d.ts new file mode 100644 index 0000000000..49bec37024 --- /dev/null +++ b/lodash/includes/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const includes: typeof _.includes; +export = includes; diff --git a/lodash/index.d.ts b/lodash/index.d.ts index 3305528a5e..e1074a4c97 100644 --- a/lodash/index.d.ts +++ b/lodash/index.d.ts @@ -236,6 +236,10 @@ Methods: - [ ] _.next */ + +export = _; +export as namespace _; + declare var _: _.LoDashStatic; declare module _ { @@ -19199,1840 +19203,10 @@ declare module _ { } } -// Named exports - -declare module "lodash/after" { - const after: typeof _.after; - export = after; -} - - -declare module "lodash/ary" { - const ary: typeof _.ary; - export = ary; -} - - -declare module "lodash/assign" { - const assign: typeof _.assign; - export = assign; -} - - -declare module "lodash/assignIn" { - const assignIn: typeof _.assignIn; - export = assignIn; -} - - -declare module "lodash/assignInWith" { - const assignInWith: typeof _.assignInWith; - export = assignInWith; -} - - -declare module "lodash/assignWith" { - const assignWith: typeof _.assignWith; - export = assignWith; -} - - -declare module "lodash/at" { - const at: typeof _.at; - export = at; -} - - -declare module "lodash/before" { - const before: typeof _.before; - export = before; -} - - -declare module "lodash/bind" { - const bind: typeof _.bind; - export = bind; -} - - -declare module "lodash/bindAll" { - const bindAll: typeof _.bindAll; - export = bindAll; -} - - -declare module "lodash/bindKey" { - const bindKey: typeof _.bindKey; - export = bindKey; -} - - -declare module "lodash/castArray" { - const castArray: typeof _.castArray; - export = castArray; -} - - -declare module "lodash/chain" { - const chain: typeof _.chain; - export = chain; -} - - -declare module "lodash/chunk" { - const chunk: typeof _.chunk; - export = chunk; -} - - -declare module "lodash/compact" { - const compact: typeof _.compact; - export = compact; -} - - -declare module "lodash/concat" { - const concat: typeof _.concat; - export = concat; -} - -/** -* uncoment it if definition exists -*/ -/* -declare module "lodash/cond" { - const cond: typeof _.cond; - export = cond; -} -*/ - -/** -* uncoment it if definition exists -*/ -/* -declare module "lodash/conforms" { - const conforms: typeof _.conforms; - export = conforms; -} -*/ - -declare module "lodash/constant" { - const constant: typeof _.constant; - export = constant; -} - - -declare module "lodash/countBy" { - const countBy: typeof _.countBy; - export = countBy; -} - - -declare module "lodash/create" { - const create: typeof _.create; - export = create; -} - - -declare module "lodash/curry" { - const curry: typeof _.curry; - export = curry; -} - - -declare module "lodash/curryRight" { - const curryRight: typeof _.curryRight; - export = curryRight; -} - - -declare module "lodash/debounce" { - const debounce: typeof _.debounce; - export = debounce; -} - - -declare module "lodash/defaults" { - const defaults: typeof _.defaults; - export = defaults; -} - - -declare module "lodash/defaultsDeep" { - const defaultsDeep: typeof _.defaultsDeep; - export = defaultsDeep; -} - - -declare module "lodash/defer" { - const defer: typeof _.defer; - export = defer; -} - - -declare module "lodash/delay" { - const delay: typeof _.delay; - export = delay; -} - - -declare module "lodash/difference" { - const difference: typeof _.difference; - export = difference; -} - - -declare module "lodash/differenceBy" { - const differenceBy: typeof _.differenceBy; - export = differenceBy; -} - - -declare module "lodash/differenceWith" { - const differenceWith: typeof _.differenceWith; - export = differenceWith; -} - - -declare module "lodash/drop" { - const drop: typeof _.drop; - export = drop; -} - - -declare module "lodash/dropRight" { - const dropRight: typeof _.dropRight; - export = dropRight; -} - - -declare module "lodash/dropRightWhile" { - const dropRightWhile: typeof _.dropRightWhile; - export = dropRightWhile; -} - - -declare module "lodash/dropWhile" { - const dropWhile: typeof _.dropWhile; - export = dropWhile; -} - - -declare module "lodash/fill" { - const fill: typeof _.fill; - export = fill; -} - - -declare module "lodash/filter" { - const filter: typeof _.filter; - export = filter; -} - - -declare module "lodash/flatMap" { - const flatMap: typeof _.flatMap; - export = flatMap; -} - -/** -* uncoment it if definition exists -*/ -/* -declare module "lodash/flatMapDeep" { - const flatMapDeep: typeof _.flatMapDeep; - export = flatMapDeep; -} -*/ -/** -* uncoment it if definition exists -*/ -/* -declare module "lodash/flatMapDepth" { - const flatMapDepth: typeof _.flatMapDepth; - export = flatMapDepth; -} -*/ - -declare module "lodash/flatten" { - const flatten: typeof _.flatten; - export = flatten; -} - - -declare module "lodash/flattenDeep" { - const flattenDeep: typeof _.flattenDeep; - export = flattenDeep; -} - -declare module "lodash/flattenDepth" { - const flattenDepth: typeof _.flattenDepth; - export = flattenDepth; -} - -declare module "lodash/flip" { - const flip: typeof _.flip; - export = flip; -} - - -declare module "lodash/flow" { - const flow: typeof _.flow; - export = flow; -} - - -declare module "lodash/flowRight" { - const flowRight: typeof _.flowRight; - export = flowRight; -} - - -declare module "lodash/fromPairs" { - const fromPairs: typeof _.fromPairs; - export = fromPairs; -} - - -declare module "lodash/functions" { - const functions: typeof _.functions; - export = functions; -} - - -declare module "lodash/functionsIn" { - const functionsIn: typeof _.functionsIn; - export = functionsIn; -} - - -declare module "lodash/groupBy" { - const groupBy: typeof _.groupBy; - export = groupBy; -} - - -declare module "lodash/initial" { - const initial: typeof _.initial; - export = initial; -} - - -declare module "lodash/intersection" { - const intersection: typeof _.intersection; - export = intersection; -} - - -declare module "lodash/intersectionBy" { - const intersectionBy: typeof _.intersectionBy; - export = intersectionBy; -} - - -declare module "lodash/intersectionWith" { - const intersectionWith: typeof _.intersectionWith; - export = intersectionWith; -} - - -declare module "lodash/invert" { - const invert: typeof _.invert; - export = invert; -} - - -declare module "lodash/invertBy" { - const invertBy: typeof _.invertBy; - export = invertBy; -} - - -declare module "lodash/invokeMap" { - const invokeMap: typeof _.invokeMap; - export = invokeMap; -} - - -declare module "lodash/iteratee" { - const iteratee: typeof _.iteratee; - export = iteratee; -} - - -declare module "lodash/keyBy" { - const keyBy: typeof _.keyBy; - export = keyBy; -} - - -declare module "lodash/keys" { - const keys: typeof _.keys; - export = keys; -} - - -declare module "lodash/keysIn" { - const keysIn: typeof _.keysIn; - export = keysIn; -} - - -declare module "lodash/map" { - const map: typeof _.map; - export = map; -} - - -declare module "lodash/mapKeys" { - const mapKeys: typeof _.mapKeys; - export = mapKeys; -} - - -declare module "lodash/mapValues" { - const mapValues: typeof _.mapValues; - export = mapValues; -} - - -declare module "lodash/matches" { - const matches: typeof _.matches; - export = matches; -} - - -declare module "lodash/matchesProperty" { - const matchesProperty: typeof _.matchesProperty; - export = matchesProperty; -} - - -declare module "lodash/memoize" { - const memoize: typeof _.memoize; - export = memoize; -} - - -declare module "lodash/merge" { - const merge: typeof _.merge; - export = merge; -} - - -declare module "lodash/mergeWith" { - const mergeWith: typeof _.mergeWith; - export = mergeWith; -} - - -declare module "lodash/method" { - const method: typeof _.method; - export = method; -} - - -declare module "lodash/methodOf" { - const methodOf: typeof _.methodOf; - export = methodOf; -} - - -declare module "lodash/mixin" { - const mixin: typeof _.mixin; - export = mixin; -} - - -declare module "lodash/negate" { - const negate: typeof _.negate; - export = negate; -} - - -declare module "lodash/nthArg" { - const nthArg: typeof _.nthArg; - export = nthArg; -} - - -declare module "lodash/omit" { - const omit: typeof _.omit; - export = omit; -} - - -declare module "lodash/omitBy" { - const omitBy: typeof _.omitBy; - export = omitBy; -} - - -declare module "lodash/once" { - const once: typeof _.once; - export = once; -} - - -declare module "lodash/orderBy" { - const orderBy: typeof _.orderBy; - export = orderBy; -} - - -declare module "lodash/over" { - const over: typeof _.over; - export = over; -} - - -declare module "lodash/overArgs" { - const overArgs: typeof _.overArgs; - export = overArgs; -} - - -declare module "lodash/overEvery" { - const overEvery: typeof _.overEvery; - export = overEvery; -} - - -declare module "lodash/overSome" { - const overSome: typeof _.overSome; - export = overSome; -} - - -declare module "lodash/partial" { - const partial: typeof _.partial; - export = partial; -} - - -declare module "lodash/partialRight" { - const partialRight: typeof _.partialRight; - export = partialRight; -} - - -declare module "lodash/partition" { - const partition: typeof _.partition; - export = partition; -} - - -declare module "lodash/pick" { - const pick: typeof _.pick; - export = pick; -} - - -declare module "lodash/pickBy" { - const pickBy: typeof _.pickBy; - export = pickBy; -} - - -declare module "lodash/property" { - const property: typeof _.property; - export = property; -} - - -declare module "lodash/propertyOf" { - const propertyOf: typeof _.propertyOf; - export = propertyOf; -} - - -declare module "lodash/pull" { - const pull: typeof _.pull; - export = pull; -} - - -declare module "lodash/pullAll" { - const pullAll: typeof _.pullAll; - export = pullAll; -} - - -declare module "lodash/pullAllBy" { - const pullAllBy: typeof _.pullAllBy; - export = pullAllBy; -} - -/** -* uncoment it if definition exists -*/ -/* -declare module "lodash/pullAllWith" { - const pullAllWith: typeof _.pullAllWith; - export = pullAllWith; -} -*/ - -declare module "lodash/pullAt" { - const pullAt: typeof _.pullAt; - export = pullAt; -} - - -declare module "lodash/range" { - const range: typeof _.range; - export = range; -} - - -declare module "lodash/rangeRight" { - const rangeRight: typeof _.rangeRight; - export = rangeRight; -} - - -declare module "lodash/rearg" { - const rearg: typeof _.rearg; - export = rearg; -} - - -declare module "lodash/reject" { - const reject: typeof _.reject; - export = reject; -} - - -declare module "lodash/remove" { - const remove: typeof _.remove; - export = remove; -} - - -declare module "lodash/rest" { - const rest: typeof _.rest; - export = rest; -} - - -declare module "lodash/reverse" { - const reverse: typeof _.reverse; - export = reverse; -} - - -declare module "lodash/sampleSize" { - const sampleSize: typeof _.sampleSize; - export = sampleSize; -} - - -declare module "lodash/set" { - const set: typeof _.set; - export = set; -} - - -declare module "lodash/setWith" { - const setWith: typeof _.setWith; - export = setWith; -} - - -declare module "lodash/shuffle" { - const shuffle: typeof _.shuffle; - export = shuffle; -} - - -declare module "lodash/slice" { - const slice: typeof _.slice; - export = slice; -} - - -declare module "lodash/sortBy" { - const sortBy: typeof _.sortBy; - export = sortBy; -} - - -declare module "lodash/sortedUniq" { - const sortedUniq: typeof _.sortedUniq; - export = sortedUniq; -} - - -declare module "lodash/sortedUniqBy" { - const sortedUniqBy: typeof _.sortedUniqBy; - export = sortedUniqBy; -} - - -declare module "lodash/split" { - const split: typeof _.split; - export = split; -} - - -declare module "lodash/spread" { - const spread: typeof _.spread; - export = spread; -} - - -declare module "lodash/tail" { - const tail: typeof _.tail; - export = tail; -} - - -declare module "lodash/take" { - const take: typeof _.take; - export = take; -} - - -declare module "lodash/takeRight" { - const takeRight: typeof _.takeRight; - export = takeRight; -} - - -declare module "lodash/takeRightWhile" { - const takeRightWhile: typeof _.takeRightWhile; - export = takeRightWhile; -} - - -declare module "lodash/takeWhile" { - const takeWhile: typeof _.takeWhile; - export = takeWhile; -} - - -declare module "lodash/tap" { - const tap: typeof _.tap; - export = tap; -} - - -declare module "lodash/throttle" { - const throttle: typeof _.throttle; - export = throttle; -} - - -declare module "lodash/thru" { - const thru: typeof _.thru; - export = thru; -} - - -declare module "lodash/toArray" { - const toArray: typeof _.toArray; - export = toArray; -} - - -declare module "lodash/toPairs" { - const toPairs: typeof _.toPairs; - export = toPairs; -} - - -declare module "lodash/toPairsIn" { - const toPairsIn: typeof _.toPairsIn; - export = toPairsIn; -} - - -declare module "lodash/toPath" { - const toPath: typeof _.toPath; - export = toPath; -} - - -declare module "lodash/toPlainObject" { - const toPlainObject: typeof _.toPlainObject; - export = toPlainObject; -} - - -declare module "lodash/transform" { - const transform: typeof _.transform; - export = transform; -} - - -declare module "lodash/unary" { - const unary: typeof _.unary; - export = unary; -} - - -declare module "lodash/union" { - const union: typeof _.union; - export = union; -} - - -declare module "lodash/unionBy" { - const unionBy: typeof _.unionBy; - export = unionBy; -} - - -declare module "lodash/unionWith" { - const unionWith: typeof _.unionWith; - export = unionWith; -} - - -declare module "lodash/uniq" { - const uniq: typeof _.uniq; - export = uniq; -} - - -declare module "lodash/uniqBy" { - const uniqBy: typeof _.uniqBy; - export = uniqBy; -} - - -declare module "lodash/uniqWith" { - const uniqWith: typeof _.uniqWith; - export = uniqWith; -} - - -declare module "lodash/unset" { - const unset: typeof _.unset; - export = unset; -} - - -declare module "lodash/unzip" { - const unzip: typeof _.unzip; - export = unzip; -} - - -declare module "lodash/unzipWith" { - const unzipWith: typeof _.unzipWith; - export = unzipWith; -} - - -declare module "lodash/update" { - const update: typeof _.update; - export = update; -} - -/** -* uncoment it if definition exists -*/ -/* -declare module "lodash/updateWith" { - const updateWith: typeof _.updateWith; - export = updateWith; -} -*/ - -declare module "lodash/values" { - const values: typeof _.values; - export = values; -} - - -declare module "lodash/valuesIn" { - const valuesIn: typeof _.valuesIn; - export = valuesIn; -} - - -declare module "lodash/without" { - const without: typeof _.without; - export = without; -} - - -declare module "lodash/words" { - const words: typeof _.words; - export = words; -} - - -declare module "lodash/wrap" { - const wrap: typeof _.wrap; - export = wrap; -} - - -declare module "lodash/xor" { - const xor: typeof _.xor; - export = xor; -} - - -declare module "lodash/xorBy" { - const xorBy: typeof _.xorBy; - export = xorBy; -} - - -declare module "lodash/xorWith" { - const xorWith: typeof _.xorWith; - export = xorWith; -} - - -declare module "lodash/zip" { - const zip: typeof _.zip; - export = zip; -} - - -declare module "lodash/zipObject" { - const zipObject: typeof _.zipObject; - export = zipObject; -} - -/** -* uncoment it if definition exists -*/ -/* -declare module "lodash/zipObjectDeep" { - const zipObjectDeep: typeof _.zipObjectDeep; - export = zipObjectDeep; -} -*/ - - -declare module "lodash/zipWith" { - const zipWith: typeof _.zipWith; - export = zipWith; -} - -/** -* uncoment it if definition exists -*/ -/* -declare module "lodash/entries" { - const entries: typeof _.entries; - export = entries; -} -*/ -/** -* uncoment it if definition exists -*/ -/* -declare module "lodash/entriesIn" { - const entriesIn: typeof _.entriesIn; - export = entriesIn; -} -*/ - - -declare module "lodash/extend" { - const extend: typeof _.extend; - export = extend; -} - - -declare module "lodash/extendWith" { - const extendWith: typeof _.extendWith; - export = extendWith; -} - - -declare module "lodash/add" { - const add: typeof _.add; - export = add; -} - - -declare module "lodash/attempt" { - const attempt: typeof _.attempt; - export = attempt; -} - - -declare module "lodash/camelCase" { - const camelCase: typeof _.camelCase; - export = camelCase; -} - - -declare module "lodash/capitalize" { - const capitalize: typeof _.capitalize; - export = capitalize; -} - - -declare module "lodash/ceil" { - const ceil: typeof _.ceil; - export = ceil; -} - - -declare module "lodash/clamp" { - const clamp: typeof _.clamp; - export = clamp; -} - - -declare module "lodash/clone" { - const clone: typeof _.clone; - export = clone; -} - - -declare module "lodash/cloneDeep" { - const cloneDeep: typeof _.cloneDeep; - export = cloneDeep; -} - - -declare module "lodash/cloneDeepWith" { - const cloneDeepWith: typeof _.cloneDeepWith; - export = cloneDeepWith; -} - - -declare module "lodash/cloneWith" { - const cloneWith: typeof _.cloneWith; - export = cloneWith; -} - - -declare module "lodash/deburr" { - const deburr: typeof _.deburr; - export = deburr; -} - -/** -* uncoment it if definition exists -*/ -/* -declare module "lodash/divide" { - const divide: typeof _.divide; - export = divide; -} -*/ - -declare module "lodash/endsWith" { - const endsWith: typeof _.endsWith; - export = endsWith; -} - - -declare module "lodash/eq" { - const eq: typeof _.eq; - export = eq; -} - - -declare module "lodash/escape" { - const escape: typeof _.escape; - export = escape; -} - - -declare module "lodash/escapeRegExp" { - const escapeRegExp: typeof _.escapeRegExp; - export = escapeRegExp; -} - - -declare module "lodash/every" { - const every: typeof _.every; - export = every; -} - - -declare module "lodash/find" { - const find: typeof _.find; - export = find; -} - - -declare module "lodash/findIndex" { - const findIndex: typeof _.findIndex; - export = findIndex; -} - - -declare module "lodash/findKey" { - const findKey: typeof _.findKey; - export = findKey; -} - - -declare module "lodash/findLast" { - const findLast: typeof _.findLast; - export = findLast; -} - - -declare module "lodash/findLastIndex" { - const findLastIndex: typeof _.findLastIndex; - export = findLastIndex; -} - - -declare module "lodash/findLastKey" { - const findLastKey: typeof _.findLastKey; - export = findLastKey; -} - - -declare module "lodash/floor" { - const floor: typeof _.floor; - export = floor; -} - - -declare module "lodash/forEach" { - const forEach: typeof _.forEach; - export = forEach; -} - - -declare module "lodash/forEachRight" { - const forEachRight: typeof _.forEachRight; - export = forEachRight; -} - - -declare module "lodash/forIn" { - const forIn: typeof _.forIn; - export = forIn; -} - - -declare module "lodash/forInRight" { - const forInRight: typeof _.forInRight; - export = forInRight; -} - - -declare module "lodash/forOwn" { - const forOwn: typeof _.forOwn; - export = forOwn; -} - - -declare module "lodash/forOwnRight" { - const forOwnRight: typeof _.forOwnRight; - export = forOwnRight; -} - - -declare module "lodash/get" { - const get: typeof _.get; - export = get; -} - - -declare module "lodash/gt" { - const gt: typeof _.gt; - export = gt; -} - - -declare module "lodash/gte" { - const gte: typeof _.gte; - export = gte; -} - - -declare module "lodash/has" { - const has: typeof _.has; - export = has; -} - - -declare module "lodash/hasIn" { - const hasIn: typeof _.hasIn; - export = hasIn; -} - - -declare module "lodash/head" { - const head: typeof _.head; - export = head; -} - - -declare module "lodash/identity" { - const identity: typeof _.identity; - export = identity; -} - - -declare module "lodash/includes" { - const includes: typeof _.includes; - export = includes; -} - - -declare module "lodash/indexOf" { - const indexOf: typeof _.indexOf; - export = indexOf; -} - - -declare module "lodash/inRange" { - const inRange: typeof _.inRange; - export = inRange; -} - - -declare module "lodash/invoke" { - const invoke: typeof _.invoke; - export = invoke; -} - - -declare module "lodash/isArguments" { - const isArguments: typeof _.isArguments; - export = isArguments; -} - - -declare module "lodash/isArray" { - const isArray: typeof _.isArray; - export = isArray; -} - - -declare module "lodash/isArrayBuffer" { - const isArrayBuffer: typeof _.isArrayBuffer; - export = isArrayBuffer; -} - - -declare module "lodash/isArrayLike" { - const isArrayLike: typeof _.isArrayLike; - export = isArrayLike; -} - - -declare module "lodash/isArrayLikeObject" { - const isArrayLikeObject: typeof _.isArrayLikeObject; - export = isArrayLikeObject; -} - - -declare module "lodash/isBoolean" { - const isBoolean: typeof _.isBoolean; - export = isBoolean; -} - - -declare module "lodash/isBuffer" { - const isBuffer: typeof _.isBuffer; - export = isBuffer; -} - - -declare module "lodash/isDate" { - const isDate: typeof _.isDate; - export = isDate; -} - - -declare module "lodash/isElement" { - const isElement: typeof _.isElement; - export = isElement; -} - - -declare module "lodash/isEmpty" { - const isEmpty: typeof _.isEmpty; - export = isEmpty; -} - - -declare module "lodash/isEqual" { - const isEqual: typeof _.isEqual; - export = isEqual; -} - - -declare module "lodash/isEqualWith" { - const isEqualWith: typeof _.isEqualWith; - export = isEqualWith; -} - - -declare module "lodash/isError" { - const isError: typeof _.isError; - export = isError; -} - - -declare module "lodash/isFinite" { - const isFinite: typeof _.isFinite; - export = isFinite; -} - - -declare module "lodash/isFunction" { - const isFunction: typeof _.isFunction; - export = isFunction; -} - - -declare module "lodash/isInteger" { - const isInteger: typeof _.isInteger; - export = isInteger; -} - - -declare module "lodash/isLength" { - const isLength: typeof _.isLength; - export = isLength; -} - - -declare module "lodash/isMap" { - const isMap: typeof _.isMap; - export = isMap; -} - - -declare module "lodash/isMatch" { - const isMatch: typeof _.isMatch; - export = isMatch; -} - - -declare module "lodash/isMatchWith" { - const isMatchWith: typeof _.isMatchWith; - export = isMatchWith; -} - - -declare module "lodash/isNaN" { - const isNaN: typeof _.isNaN; - export = isNaN; -} - - -declare module "lodash/isNative" { - const isNative: typeof _.isNative; - export = isNative; -} - - -declare module "lodash/isNil" { - const isNil: typeof _.isNil; - export = isNil; -} - - -declare module "lodash/isNull" { - const isNull: typeof _.isNull; - export = isNull; -} - - -declare module "lodash/isNumber" { - const isNumber: typeof _.isNumber; - export = isNumber; -} - - -declare module "lodash/isObject" { - const isObject: typeof _.isObject; - export = isObject; -} - - -declare module "lodash/isObjectLike" { - const isObjectLike: typeof _.isObjectLike; - export = isObjectLike; -} - - -declare module "lodash/isPlainObject" { - const isPlainObject: typeof _.isPlainObject; - export = isPlainObject; -} - - -declare module "lodash/isRegExp" { - const isRegExp: typeof _.isRegExp; - export = isRegExp; -} - - -declare module "lodash/isSafeInteger" { - const isSafeInteger: typeof _.isSafeInteger; - export = isSafeInteger; -} - - -declare module "lodash/isSet" { - const isSet: typeof _.isSet; - export = isSet; -} - - -declare module "lodash/isString" { - const isString: typeof _.isString; - export = isString; -} - - -declare module "lodash/isSymbol" { - const isSymbol: typeof _.isSymbol; - export = isSymbol; -} - - -declare module "lodash/isTypedArray" { - const isTypedArray: typeof _.isTypedArray; - export = isTypedArray; -} - - -declare module "lodash/isUndefined" { - const isUndefined: typeof _.isUndefined; - export = isUndefined; -} - - -declare module "lodash/isWeakMap" { - const isWeakMap: typeof _.isWeakMap; - export = isWeakMap; -} - - -declare module "lodash/isWeakSet" { - const isWeakSet: typeof _.isWeakSet; - export = isWeakSet; -} - - -declare module "lodash/join" { - const join: typeof _.join; - export = join; -} - - -declare module "lodash/kebabCase" { - const kebabCase: typeof _.kebabCase; - export = kebabCase; -} - - -declare module "lodash/last" { - const last: typeof _.last; - export = last; -} - - -declare module "lodash/lastIndexOf" { - const lastIndexOf: typeof _.lastIndexOf; - export = lastIndexOf; -} - - -declare module "lodash/lowerCase" { - const lowerCase: typeof _.lowerCase; - export = lowerCase; -} - - -declare module "lodash/lowerFirst" { - const lowerFirst: typeof _.lowerFirst; - export = lowerFirst; -} - - -declare module "lodash/lt" { - const lt: typeof _.lt; - export = lt; -} - - -declare module "lodash/lte" { - const lte: typeof _.lte; - export = lte; -} - - -declare module "lodash/max" { - const max: typeof _.max; - export = max; -} - - -declare module "lodash/maxBy" { - const maxBy: typeof _.maxBy; - export = maxBy; -} - - -declare module "lodash/mean" { - const mean: typeof _.mean; - export = mean; -} - -/** -* uncoment it if definition exists -*/ -/* -declare module "lodash/meanBy" { - const meanBy: typeof _.meanBy; - export = meanBy; -} -*/ - -declare module "lodash/min" { - const min: typeof _.min; - export = min; -} - - -declare module "lodash/minBy" { - const minBy: typeof _.minBy; - export = minBy; -} - -/** -* uncoment it if definition exists -*/ -/* -declare module "lodash/multiply" { - const multiply: typeof _.multiply; - export = multiply; -} -*/ - -/** -* uncoment it if definition exists -*/ -/* -declare module "lodash/nth" { - const nth: typeof _.nth; - export = nth; -} -*/ - -declare module "lodash/noConflict" { - const noConflict: typeof _.noConflict; - export = noConflict; -} - - -declare module "lodash/noop" { - const noop: typeof _.noop; - export = noop; -} - - -declare module "lodash/now" { - const now: typeof _.now; - export = now; -} - - -declare module "lodash/pad" { - const pad: typeof _.pad; - export = pad; -} - - -declare module "lodash/padEnd" { - const padEnd: typeof _.padEnd; - export = padEnd; -} - - -declare module "lodash/padStart" { - const padStart: typeof _.padStart; - export = padStart; -} - - -declare module "lodash/parseInt" { - const parseInt: typeof _.parseInt; - export = parseInt; -} - - -declare module "lodash/random" { - const random: typeof _.random; - export = random; -} - - -declare module "lodash/reduce" { - const reduce: typeof _.reduce; - export = reduce; -} - - -declare module "lodash/reduceRight" { - const reduceRight: typeof _.reduceRight; - export = reduceRight; -} - - -declare module "lodash/repeat" { - const repeat: typeof _.repeat; - export = repeat; -} - - -declare module "lodash/replace" { - const replace: typeof _.replace; - export = replace; -} - - -declare module "lodash/result" { - const result: typeof _.result; - export = result; -} - - -declare module "lodash/round" { - const round: typeof _.round; - export = round; -} - - -declare module "lodash/runInContext" { - const runInContext: typeof _.runInContext; - export = runInContext; -} - - -declare module "lodash/sample" { - const sample: typeof _.sample; - export = sample; -} - - -declare module "lodash/size" { - const size: typeof _.size; - export = size; -} - - -declare module "lodash/snakeCase" { - const snakeCase: typeof _.snakeCase; - export = snakeCase; -} - - -declare module "lodash/some" { - const some: typeof _.some; - export = some; -} - - -declare module "lodash/sortedIndex" { - const sortedIndex: typeof _.sortedIndex; - export = sortedIndex; -} - - -declare module "lodash/sortedIndexBy" { - const sortedIndexBy: typeof _.sortedIndexBy; - export = sortedIndexBy; -} - - -declare module "lodash/sortedIndexOf" { - const sortedIndexOf: typeof _.sortedIndexOf; - export = sortedIndexOf; -} - - -declare module "lodash/sortedLastIndex" { - const sortedLastIndex: typeof _.sortedLastIndex; - export = sortedLastIndex; -} - - -declare module "lodash/sortedLastIndexBy" { - const sortedLastIndexBy: typeof _.sortedLastIndexBy; - export = sortedLastIndexBy; -} - - -declare module "lodash/sortedLastIndexOf" { - const sortedLastIndexOf: typeof _.sortedLastIndexOf; - export = sortedLastIndexOf; -} - - -declare module "lodash/startCase" { - const startCase: typeof _.startCase; - export = startCase; -} - - -declare module "lodash/startsWith" { - const startsWith: typeof _.startsWith; - export = startsWith; -} - - -declare module "lodash/subtract" { - const subtract: typeof _.subtract; - export = subtract; -} - - -declare module "lodash/sum" { - const sum: typeof _.sum; - export = sum; -} - - -declare module "lodash/sumBy" { - const sumBy: typeof _.sumBy; - export = sumBy; -} - - -declare module "lodash/template" { - const template: typeof _.template; - export = template; -} - - -declare module "lodash/times" { - const times: typeof _.times; - export = times; -} - - -declare module "lodash/toInteger" { - const toInteger: typeof _.toInteger; - export = toInteger; -} - - -declare module "lodash/toLength" { - const toLength: typeof _.toLength; - export = toLength; -} - - -declare module "lodash/toLower" { - const toLower: typeof _.toLower; - export = toLower; -} - - -declare module "lodash/toNumber" { - const toNumber: typeof _.toNumber; - export = toNumber; -} - - -declare module "lodash/toSafeInteger" { - const toSafeInteger: typeof _.toSafeInteger; - export = toSafeInteger; -} - - -declare module "lodash/toString" { - const toString: typeof _.toString; - export = toString; -} - - -declare module "lodash/toUpper" { - const toUpper: typeof _.toUpper; - export = toUpper; -} - - -declare module "lodash/trim" { - const trim: typeof _.trim; - export = trim; -} - - -declare module "lodash/trimEnd" { - const trimEnd: typeof _.trimEnd; - export = trimEnd; -} - - -declare module "lodash/trimStart" { - const trimStart: typeof _.trimStart; - export = trimStart; -} - - -declare module "lodash/truncate" { - const truncate: typeof _.truncate; - export = truncate; -} - - -declare module "lodash/unescape" { - const unescape: typeof _.unescape; - export = unescape; -} - - -declare module "lodash/uniqueId" { - const uniqueId: typeof _.uniqueId; - export = uniqueId; -} - - -declare module "lodash/upperCase" { - const upperCase: typeof _.upperCase; - export = upperCase; -} - - -declare module "lodash/upperFirst" { - const upperFirst: typeof _.upperFirst; - export = upperFirst; -} - - -declare module "lodash/each" { - const each: typeof _.each; - export = each; -} - - -declare module "lodash/eachRight" { - const eachRight: typeof _.eachRight; - export = eachRight; -} - - -declare module "lodash/first" { - const first: typeof _.first; - export = first; -} - -declare module "lodash/fp" { - export = _; -} - -declare module "lodash" { - export = _; -} - // Backward compatibility with --target es5 -interface Set {} -interface Map {} -interface WeakSet {} -interface WeakMap {} +declare global { + interface Set { } + interface Map { } + interface WeakSet { } + interface WeakMap { } +} diff --git a/lodash/indexOf/index.d.ts b/lodash/indexOf/index.d.ts new file mode 100644 index 0000000000..c1c096f4f2 --- /dev/null +++ b/lodash/indexOf/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const indexOf: typeof _.indexOf; +export = indexOf; diff --git a/lodash/initial/index.d.ts b/lodash/initial/index.d.ts new file mode 100644 index 0000000000..edabd24120 --- /dev/null +++ b/lodash/initial/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const initial: typeof _.initial; +export = initial; diff --git a/lodash/intersection/index.d.ts b/lodash/intersection/index.d.ts new file mode 100644 index 0000000000..fca1c310cc --- /dev/null +++ b/lodash/intersection/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const intersection: typeof _.intersection; +export = intersection; diff --git a/lodash/intersectionBy/index.d.ts b/lodash/intersectionBy/index.d.ts new file mode 100644 index 0000000000..cbf36b92c6 --- /dev/null +++ b/lodash/intersectionBy/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const intersectionBy: typeof _.intersectionBy; +export = intersectionBy; diff --git a/lodash/intersectionWith/index.d.ts b/lodash/intersectionWith/index.d.ts new file mode 100644 index 0000000000..b85fd8a816 --- /dev/null +++ b/lodash/intersectionWith/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const intersectionWith: typeof _.intersectionWith; +export = intersectionWith; diff --git a/lodash/invert/index.d.ts b/lodash/invert/index.d.ts new file mode 100644 index 0000000000..f114931e37 --- /dev/null +++ b/lodash/invert/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const invert: typeof _.invert; +export = invert; diff --git a/lodash/invertBy/index.d.ts b/lodash/invertBy/index.d.ts new file mode 100644 index 0000000000..382ff0605e --- /dev/null +++ b/lodash/invertBy/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const invertBy: typeof _.invertBy; +export = invertBy; diff --git a/lodash/invoke/index.d.ts b/lodash/invoke/index.d.ts new file mode 100644 index 0000000000..e61bcbb405 --- /dev/null +++ b/lodash/invoke/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const invoke: typeof _.invoke; +export = invoke; diff --git a/lodash/invokeMap/index.d.ts b/lodash/invokeMap/index.d.ts new file mode 100644 index 0000000000..b8a69131d5 --- /dev/null +++ b/lodash/invokeMap/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const invokeMap: typeof _.invokeMap; +export = invokeMap; diff --git a/lodash/isArguments/index.d.ts b/lodash/isArguments/index.d.ts new file mode 100644 index 0000000000..1f54b51b66 --- /dev/null +++ b/lodash/isArguments/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const isArguments: typeof _.isArguments; +export = isArguments; diff --git a/lodash/isArray/index.d.ts b/lodash/isArray/index.d.ts new file mode 100644 index 0000000000..b7b1b84f7a --- /dev/null +++ b/lodash/isArray/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const isArray: typeof _.isArray; +export = isArray; diff --git a/lodash/isArrayBuffer/index.d.ts b/lodash/isArrayBuffer/index.d.ts new file mode 100644 index 0000000000..929fa7e4a4 --- /dev/null +++ b/lodash/isArrayBuffer/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const isArrayBuffer: typeof _.isArrayBuffer; +export = isArrayBuffer; diff --git a/lodash/isArrayLike/index.d.ts b/lodash/isArrayLike/index.d.ts new file mode 100644 index 0000000000..6e412d2eef --- /dev/null +++ b/lodash/isArrayLike/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const isArrayLike: typeof _.isArrayLike; +export = isArrayLike; diff --git a/lodash/isArrayLikeObject/index.d.ts b/lodash/isArrayLikeObject/index.d.ts new file mode 100644 index 0000000000..b743b2feda --- /dev/null +++ b/lodash/isArrayLikeObject/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const isArrayLikeObject: typeof _.isArrayLikeObject; +export = isArrayLikeObject; diff --git a/lodash/isBoolean/index.d.ts b/lodash/isBoolean/index.d.ts new file mode 100644 index 0000000000..13b41113ea --- /dev/null +++ b/lodash/isBoolean/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const isBoolean: typeof _.isBoolean; +export = isBoolean; diff --git a/lodash/isBuffer/index.d.ts b/lodash/isBuffer/index.d.ts new file mode 100644 index 0000000000..d4413827e2 --- /dev/null +++ b/lodash/isBuffer/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const isBuffer: typeof _.isBuffer; +export = isBuffer; diff --git a/lodash/isDate/index.d.ts b/lodash/isDate/index.d.ts new file mode 100644 index 0000000000..893040fbe0 --- /dev/null +++ b/lodash/isDate/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const isDate: typeof _.isDate; +export = isDate; diff --git a/lodash/isElement/index.d.ts b/lodash/isElement/index.d.ts new file mode 100644 index 0000000000..29af3991fd --- /dev/null +++ b/lodash/isElement/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const isElement: typeof _.isElement; +export = isElement; diff --git a/lodash/isEmpty/index.d.ts b/lodash/isEmpty/index.d.ts new file mode 100644 index 0000000000..fd8abe5f1e --- /dev/null +++ b/lodash/isEmpty/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const isEmpty: typeof _.isEmpty; +export = isEmpty; diff --git a/lodash/isEqual/index.d.ts b/lodash/isEqual/index.d.ts new file mode 100644 index 0000000000..9f694f53fe --- /dev/null +++ b/lodash/isEqual/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const isEqual: typeof _.isEqual; +export = isEqual; diff --git a/lodash/isEqualWith/index.d.ts b/lodash/isEqualWith/index.d.ts new file mode 100644 index 0000000000..a811ac4fbe --- /dev/null +++ b/lodash/isEqualWith/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const isEqualWith: typeof _.isEqualWith; +export = isEqualWith; diff --git a/lodash/isError/index.d.ts b/lodash/isError/index.d.ts new file mode 100644 index 0000000000..1df50dfab8 --- /dev/null +++ b/lodash/isError/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const isError: typeof _.isError; +export = isError; diff --git a/lodash/isFinite/index.d.ts b/lodash/isFinite/index.d.ts new file mode 100644 index 0000000000..ad52c4d9c7 --- /dev/null +++ b/lodash/isFinite/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const isFinite: typeof _.isFinite; +export = isFinite; diff --git a/lodash/isFunction/index.d.ts b/lodash/isFunction/index.d.ts new file mode 100644 index 0000000000..9cf129bf0f --- /dev/null +++ b/lodash/isFunction/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const isFunction: typeof _.isFunction; +export = isFunction; diff --git a/lodash/isInteger/index.d.ts b/lodash/isInteger/index.d.ts new file mode 100644 index 0000000000..a4d7dee66f --- /dev/null +++ b/lodash/isInteger/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const isInteger: typeof _.isInteger; +export = isInteger; diff --git a/lodash/isLength/index.d.ts b/lodash/isLength/index.d.ts new file mode 100644 index 0000000000..c11438c107 --- /dev/null +++ b/lodash/isLength/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const isLength: typeof _.isLength; +export = isLength; diff --git a/lodash/isMap/index.d.ts b/lodash/isMap/index.d.ts new file mode 100644 index 0000000000..016269bb6d --- /dev/null +++ b/lodash/isMap/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const isMap: typeof _.isMap; +export = isMap; diff --git a/lodash/isMatch/index.d.ts b/lodash/isMatch/index.d.ts new file mode 100644 index 0000000000..8eba612387 --- /dev/null +++ b/lodash/isMatch/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const isMatch: typeof _.isMatch; +export = isMatch; diff --git a/lodash/isMatchWith/index.d.ts b/lodash/isMatchWith/index.d.ts new file mode 100644 index 0000000000..327d003dfa --- /dev/null +++ b/lodash/isMatchWith/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const isMatchWith: typeof _.isMatchWith; +export = isMatchWith; diff --git a/lodash/isNaN/index.d.ts b/lodash/isNaN/index.d.ts new file mode 100644 index 0000000000..c43fc7f44c --- /dev/null +++ b/lodash/isNaN/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const isNaN: typeof _.isNaN; +export = isNaN; diff --git a/lodash/isNative/index.d.ts b/lodash/isNative/index.d.ts new file mode 100644 index 0000000000..c94791f878 --- /dev/null +++ b/lodash/isNative/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const isNative: typeof _.isNative; +export = isNative; diff --git a/lodash/isNil/index.d.ts b/lodash/isNil/index.d.ts new file mode 100644 index 0000000000..9b336a7927 --- /dev/null +++ b/lodash/isNil/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const isNil: typeof _.isNil; +export = isNil; diff --git a/lodash/isNull/index.d.ts b/lodash/isNull/index.d.ts new file mode 100644 index 0000000000..d9dbea1789 --- /dev/null +++ b/lodash/isNull/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const isNull: typeof _.isNull; +export = isNull; diff --git a/lodash/isNumber/index.d.ts b/lodash/isNumber/index.d.ts new file mode 100644 index 0000000000..363544a625 --- /dev/null +++ b/lodash/isNumber/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const isNumber: typeof _.isNumber; +export = isNumber; diff --git a/lodash/isObject/index.d.ts b/lodash/isObject/index.d.ts new file mode 100644 index 0000000000..1f688d63ca --- /dev/null +++ b/lodash/isObject/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const isObject: typeof _.isObject; +export = isObject; diff --git a/lodash/isObjectLike/index.d.ts b/lodash/isObjectLike/index.d.ts new file mode 100644 index 0000000000..68209e7857 --- /dev/null +++ b/lodash/isObjectLike/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const isObjectLike: typeof _.isObjectLike; +export = isObjectLike; diff --git a/lodash/isPlainObject/index.d.ts b/lodash/isPlainObject/index.d.ts new file mode 100644 index 0000000000..6a57a64e3f --- /dev/null +++ b/lodash/isPlainObject/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const isPlainObject: typeof _.isPlainObject; +export = isPlainObject; diff --git a/lodash/isRegExp/index.d.ts b/lodash/isRegExp/index.d.ts new file mode 100644 index 0000000000..1007ac4613 --- /dev/null +++ b/lodash/isRegExp/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const isRegExp: typeof _.isRegExp; +export = isRegExp; diff --git a/lodash/isSafeInteger/index.d.ts b/lodash/isSafeInteger/index.d.ts new file mode 100644 index 0000000000..3a2cb72982 --- /dev/null +++ b/lodash/isSafeInteger/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const isSafeInteger: typeof _.isSafeInteger; +export = isSafeInteger; diff --git a/lodash/isSet/index.d.ts b/lodash/isSet/index.d.ts new file mode 100644 index 0000000000..078d99e53d --- /dev/null +++ b/lodash/isSet/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const isSet: typeof _.isSet; +export = isSet; diff --git a/lodash/isString/index.d.ts b/lodash/isString/index.d.ts new file mode 100644 index 0000000000..10b897d63a --- /dev/null +++ b/lodash/isString/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const isString: typeof _.isString; +export = isString; diff --git a/lodash/isSymbol/index.d.ts b/lodash/isSymbol/index.d.ts new file mode 100644 index 0000000000..cf497e70ed --- /dev/null +++ b/lodash/isSymbol/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const isSymbol: typeof _.isSymbol; +export = isSymbol; diff --git a/lodash/isTypedArray/index.d.ts b/lodash/isTypedArray/index.d.ts new file mode 100644 index 0000000000..9d6cda54c5 --- /dev/null +++ b/lodash/isTypedArray/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const isTypedArray: typeof _.isTypedArray; +export = isTypedArray; diff --git a/lodash/isUndefined/index.d.ts b/lodash/isUndefined/index.d.ts new file mode 100644 index 0000000000..91a80f3058 --- /dev/null +++ b/lodash/isUndefined/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const isUndefined: typeof _.isUndefined; +export = isUndefined; diff --git a/lodash/isWeakMap/index.d.ts b/lodash/isWeakMap/index.d.ts new file mode 100644 index 0000000000..0e01e32540 --- /dev/null +++ b/lodash/isWeakMap/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const isWeakMap: typeof _.isWeakMap; +export = isWeakMap; diff --git a/lodash/isWeakSet/index.d.ts b/lodash/isWeakSet/index.d.ts new file mode 100644 index 0000000000..a9b0b63791 --- /dev/null +++ b/lodash/isWeakSet/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const isWeakSet: typeof _.isWeakSet; +export = isWeakSet; diff --git a/lodash/iteratee/index.d.ts b/lodash/iteratee/index.d.ts new file mode 100644 index 0000000000..727f821134 --- /dev/null +++ b/lodash/iteratee/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const iteratee: typeof _.iteratee; +export = iteratee; diff --git a/lodash/join/index.d.ts b/lodash/join/index.d.ts new file mode 100644 index 0000000000..921eef7549 --- /dev/null +++ b/lodash/join/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const join: typeof _.join; +export = join; diff --git a/lodash/kebabCase/index.d.ts b/lodash/kebabCase/index.d.ts new file mode 100644 index 0000000000..722214bfa6 --- /dev/null +++ b/lodash/kebabCase/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const kebabCase: typeof _.kebabCase; +export = kebabCase; diff --git a/lodash/keyBy/index.d.ts b/lodash/keyBy/index.d.ts new file mode 100644 index 0000000000..4c3b54a211 --- /dev/null +++ b/lodash/keyBy/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const keyBy: typeof _.keyBy; +export = keyBy; diff --git a/lodash/keys/index.d.ts b/lodash/keys/index.d.ts new file mode 100644 index 0000000000..cc5e5d3bb9 --- /dev/null +++ b/lodash/keys/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const keys: typeof _.keys; +export = keys; diff --git a/lodash/keysIn/index.d.ts b/lodash/keysIn/index.d.ts new file mode 100644 index 0000000000..ec84977616 --- /dev/null +++ b/lodash/keysIn/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const keysIn: typeof _.keysIn; +export = keysIn; diff --git a/lodash/last/index.d.ts b/lodash/last/index.d.ts new file mode 100644 index 0000000000..dd20b04434 --- /dev/null +++ b/lodash/last/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const last: typeof _.last; +export = last; diff --git a/lodash/lastIndexOf/index.d.ts b/lodash/lastIndexOf/index.d.ts new file mode 100644 index 0000000000..873b09d378 --- /dev/null +++ b/lodash/lastIndexOf/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const lastIndexOf: typeof _.lastIndexOf; +export = lastIndexOf; diff --git a/lodash/lowerCase/index.d.ts b/lodash/lowerCase/index.d.ts new file mode 100644 index 0000000000..bc639377d7 --- /dev/null +++ b/lodash/lowerCase/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const lowerCase: typeof _.lowerCase; +export = lowerCase; diff --git a/lodash/lowerFirst/index.d.ts b/lodash/lowerFirst/index.d.ts new file mode 100644 index 0000000000..62ad3eff80 --- /dev/null +++ b/lodash/lowerFirst/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const lowerFirst: typeof _.lowerFirst; +export = lowerFirst; diff --git a/lodash/lt/index.d.ts b/lodash/lt/index.d.ts new file mode 100644 index 0000000000..eee458639a --- /dev/null +++ b/lodash/lt/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const lt: typeof _.lt; +export = lt; diff --git a/lodash/lte/index.d.ts b/lodash/lte/index.d.ts new file mode 100644 index 0000000000..df6bc72ecc --- /dev/null +++ b/lodash/lte/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const lte: typeof _.lte; +export = lte; diff --git a/lodash/map/index.d.ts b/lodash/map/index.d.ts new file mode 100644 index 0000000000..fc735bc68e --- /dev/null +++ b/lodash/map/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const map: typeof _.map; +export = map; diff --git a/lodash/mapKeys/index.d.ts b/lodash/mapKeys/index.d.ts new file mode 100644 index 0000000000..84743a24f7 --- /dev/null +++ b/lodash/mapKeys/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const mapKeys: typeof _.mapKeys; +export = mapKeys; diff --git a/lodash/mapValues/index.d.ts b/lodash/mapValues/index.d.ts new file mode 100644 index 0000000000..51dd283657 --- /dev/null +++ b/lodash/mapValues/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const mapValues: typeof _.mapValues; +export = mapValues; diff --git a/lodash/matches/index.d.ts b/lodash/matches/index.d.ts new file mode 100644 index 0000000000..6a1453bec8 --- /dev/null +++ b/lodash/matches/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const matches: typeof _.matches; +export = matches; diff --git a/lodash/matchesProperty/index.d.ts b/lodash/matchesProperty/index.d.ts new file mode 100644 index 0000000000..4d23927c2a --- /dev/null +++ b/lodash/matchesProperty/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const matchesProperty: typeof _.matchesProperty; +export = matchesProperty; diff --git a/lodash/max/index.d.ts b/lodash/max/index.d.ts new file mode 100644 index 0000000000..7966d05764 --- /dev/null +++ b/lodash/max/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const max: typeof _.max; +export = max; diff --git a/lodash/maxBy/index.d.ts b/lodash/maxBy/index.d.ts new file mode 100644 index 0000000000..df5db045c5 --- /dev/null +++ b/lodash/maxBy/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const maxBy: typeof _.maxBy; +export = maxBy; diff --git a/lodash/mean/index.d.ts b/lodash/mean/index.d.ts new file mode 100644 index 0000000000..50f7bdaa6b --- /dev/null +++ b/lodash/mean/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const mean: typeof _.mean; +export = mean; diff --git a/lodash/meanBy/index.d.ts b/lodash/meanBy/index.d.ts new file mode 100644 index 0000000000..0876057523 --- /dev/null +++ b/lodash/meanBy/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const meanBy: typeof _.meanBy; +export = meanBy; diff --git a/lodash/memoize/index.d.ts b/lodash/memoize/index.d.ts new file mode 100644 index 0000000000..5d161c002f --- /dev/null +++ b/lodash/memoize/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const memoize: typeof _.memoize; +export = memoize; diff --git a/lodash/merge/index.d.ts b/lodash/merge/index.d.ts new file mode 100644 index 0000000000..9035704b9e --- /dev/null +++ b/lodash/merge/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const merge: typeof _.merge; +export = merge; diff --git a/lodash/mergeWith/index.d.ts b/lodash/mergeWith/index.d.ts new file mode 100644 index 0000000000..e37998f9dc --- /dev/null +++ b/lodash/mergeWith/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const mergeWith: typeof _.mergeWith; +export = mergeWith; diff --git a/lodash/method/index.d.ts b/lodash/method/index.d.ts new file mode 100644 index 0000000000..44162be324 --- /dev/null +++ b/lodash/method/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const method: typeof _.method; +export = method; diff --git a/lodash/methodOf/index.d.ts b/lodash/methodOf/index.d.ts new file mode 100644 index 0000000000..23102aec93 --- /dev/null +++ b/lodash/methodOf/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const methodOf: typeof _.methodOf; +export = methodOf; diff --git a/lodash/min/index.d.ts b/lodash/min/index.d.ts new file mode 100644 index 0000000000..0fec6ac085 --- /dev/null +++ b/lodash/min/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const min: typeof _.min; +export = min; diff --git a/lodash/minBy/index.d.ts b/lodash/minBy/index.d.ts new file mode 100644 index 0000000000..bfb46d073b --- /dev/null +++ b/lodash/minBy/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const minBy: typeof _.minBy; +export = minBy; diff --git a/lodash/mixin/index.d.ts b/lodash/mixin/index.d.ts new file mode 100644 index 0000000000..a850cc91af --- /dev/null +++ b/lodash/mixin/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const mixin: typeof _.mixin; +export = mixin; diff --git a/lodash/negate/index.d.ts b/lodash/negate/index.d.ts new file mode 100644 index 0000000000..2d4783a785 --- /dev/null +++ b/lodash/negate/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const negate: typeof _.negate; +export = negate; diff --git a/lodash/noConflict/index.d.ts b/lodash/noConflict/index.d.ts new file mode 100644 index 0000000000..01ea1cba55 --- /dev/null +++ b/lodash/noConflict/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const noConflict: typeof _.noConflict; +export = noConflict; diff --git a/lodash/noop/index.d.ts b/lodash/noop/index.d.ts new file mode 100644 index 0000000000..4a2f5b8e8d --- /dev/null +++ b/lodash/noop/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const noop: typeof _.noop; +export = noop; diff --git a/lodash/now/index.d.ts b/lodash/now/index.d.ts new file mode 100644 index 0000000000..7b37777f6e --- /dev/null +++ b/lodash/now/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const now: typeof _.now; +export = now; diff --git a/lodash/nthArg/index.d.ts b/lodash/nthArg/index.d.ts new file mode 100644 index 0000000000..aa6d3ca614 --- /dev/null +++ b/lodash/nthArg/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const nthArg: typeof _.nthArg; +export = nthArg; diff --git a/lodash/omit/index.d.ts b/lodash/omit/index.d.ts new file mode 100644 index 0000000000..438882663e --- /dev/null +++ b/lodash/omit/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const omit: typeof _.omit; +export = omit; diff --git a/lodash/omitBy/index.d.ts b/lodash/omitBy/index.d.ts new file mode 100644 index 0000000000..bc3089f06c --- /dev/null +++ b/lodash/omitBy/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const omitBy: typeof _.omitBy; +export = omitBy; diff --git a/lodash/once/index.d.ts b/lodash/once/index.d.ts new file mode 100644 index 0000000000..fc6674ca76 --- /dev/null +++ b/lodash/once/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const once: typeof _.once; +export = once; diff --git a/lodash/orderBy/index.d.ts b/lodash/orderBy/index.d.ts new file mode 100644 index 0000000000..d8c29146ab --- /dev/null +++ b/lodash/orderBy/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const orderBy: typeof _.orderBy; +export = orderBy; diff --git a/lodash/over/index.d.ts b/lodash/over/index.d.ts new file mode 100644 index 0000000000..005feab108 --- /dev/null +++ b/lodash/over/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const over: typeof _.over; +export = over; diff --git a/lodash/overArgs/index.d.ts b/lodash/overArgs/index.d.ts new file mode 100644 index 0000000000..26da904094 --- /dev/null +++ b/lodash/overArgs/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const overArgs: typeof _.overArgs; +export = overArgs; diff --git a/lodash/overEvery/index.d.ts b/lodash/overEvery/index.d.ts new file mode 100644 index 0000000000..3cd1c804c4 --- /dev/null +++ b/lodash/overEvery/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const overEvery: typeof _.overEvery; +export = overEvery; diff --git a/lodash/overSome/index.d.ts b/lodash/overSome/index.d.ts new file mode 100644 index 0000000000..a64ab23985 --- /dev/null +++ b/lodash/overSome/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const overSome: typeof _.overSome; +export = overSome; diff --git a/lodash/pad/index.d.ts b/lodash/pad/index.d.ts new file mode 100644 index 0000000000..c6ea355f88 --- /dev/null +++ b/lodash/pad/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const pad: typeof _.pad; +export = pad; diff --git a/lodash/padEnd/index.d.ts b/lodash/padEnd/index.d.ts new file mode 100644 index 0000000000..85a23d6745 --- /dev/null +++ b/lodash/padEnd/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const padEnd: typeof _.padEnd; +export = padEnd; diff --git a/lodash/padStart/index.d.ts b/lodash/padStart/index.d.ts new file mode 100644 index 0000000000..d56f88ff3f --- /dev/null +++ b/lodash/padStart/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const padStart: typeof _.padStart; +export = padStart; diff --git a/lodash/parseInt/index.d.ts b/lodash/parseInt/index.d.ts new file mode 100644 index 0000000000..2bc77cd439 --- /dev/null +++ b/lodash/parseInt/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const parseInt: typeof _.parseInt; +export = parseInt; diff --git a/lodash/partial/index.d.ts b/lodash/partial/index.d.ts new file mode 100644 index 0000000000..6cb3448c13 --- /dev/null +++ b/lodash/partial/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const partial: typeof _.partial; +export = partial; diff --git a/lodash/partialRight/index.d.ts b/lodash/partialRight/index.d.ts new file mode 100644 index 0000000000..ad76803a49 --- /dev/null +++ b/lodash/partialRight/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const partialRight: typeof _.partialRight; +export = partialRight; diff --git a/lodash/partition/index.d.ts b/lodash/partition/index.d.ts new file mode 100644 index 0000000000..b28090d747 --- /dev/null +++ b/lodash/partition/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const partition: typeof _.partition; +export = partition; diff --git a/lodash/pick/index.d.ts b/lodash/pick/index.d.ts new file mode 100644 index 0000000000..d6374db1c3 --- /dev/null +++ b/lodash/pick/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const pick: typeof _.pick; +export = pick; diff --git a/lodash/pickBy/index.d.ts b/lodash/pickBy/index.d.ts new file mode 100644 index 0000000000..ff521d0f0b --- /dev/null +++ b/lodash/pickBy/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const pickBy: typeof _.pickBy; +export = pickBy; diff --git a/lodash/property/index.d.ts b/lodash/property/index.d.ts new file mode 100644 index 0000000000..092c5c322e --- /dev/null +++ b/lodash/property/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const property: typeof _.property; +export = property; diff --git a/lodash/propertyOf/index.d.ts b/lodash/propertyOf/index.d.ts new file mode 100644 index 0000000000..8e00816454 --- /dev/null +++ b/lodash/propertyOf/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const propertyOf: typeof _.propertyOf; +export = propertyOf; diff --git a/lodash/pull/index.d.ts b/lodash/pull/index.d.ts new file mode 100644 index 0000000000..1bf0b4676e --- /dev/null +++ b/lodash/pull/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const pull: typeof _.pull; +export = pull; diff --git a/lodash/pullAll/index.d.ts b/lodash/pullAll/index.d.ts new file mode 100644 index 0000000000..888a578453 --- /dev/null +++ b/lodash/pullAll/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const pullAll: typeof _.pullAll; +export = pullAll; diff --git a/lodash/pullAllBy/index.d.ts b/lodash/pullAllBy/index.d.ts new file mode 100644 index 0000000000..fb1039c955 --- /dev/null +++ b/lodash/pullAllBy/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const pullAllBy: typeof _.pullAllBy; +export = pullAllBy; diff --git a/lodash/pullAt/index.d.ts b/lodash/pullAt/index.d.ts new file mode 100644 index 0000000000..5a09e6c6d0 --- /dev/null +++ b/lodash/pullAt/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const pullAt: typeof _.pullAt; +export = pullAt; diff --git a/lodash/random/index.d.ts b/lodash/random/index.d.ts new file mode 100644 index 0000000000..aff3c75360 --- /dev/null +++ b/lodash/random/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const random: typeof _.random; +export = random; diff --git a/lodash/range/index.d.ts b/lodash/range/index.d.ts new file mode 100644 index 0000000000..d877ac06ab --- /dev/null +++ b/lodash/range/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const range: typeof _.range; +export = range; diff --git a/lodash/rangeRight/index.d.ts b/lodash/rangeRight/index.d.ts new file mode 100644 index 0000000000..9ed197a99d --- /dev/null +++ b/lodash/rangeRight/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const rangeRight: typeof _.rangeRight; +export = rangeRight; diff --git a/lodash/rearg/index.d.ts b/lodash/rearg/index.d.ts new file mode 100644 index 0000000000..6d2205b548 --- /dev/null +++ b/lodash/rearg/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const rearg: typeof _.rearg; +export = rearg; diff --git a/lodash/reduce/index.d.ts b/lodash/reduce/index.d.ts new file mode 100644 index 0000000000..8cc4ffd627 --- /dev/null +++ b/lodash/reduce/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const reduce: typeof _.reduce; +export = reduce; diff --git a/lodash/reduceRight/index.d.ts b/lodash/reduceRight/index.d.ts new file mode 100644 index 0000000000..6e4fa5fa0b --- /dev/null +++ b/lodash/reduceRight/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const reduceRight: typeof _.reduceRight; +export = reduceRight; diff --git a/lodash/reject/index.d.ts b/lodash/reject/index.d.ts new file mode 100644 index 0000000000..b65f9b8adc --- /dev/null +++ b/lodash/reject/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const reject: typeof _.reject; +export = reject; diff --git a/lodash/remove/index.d.ts b/lodash/remove/index.d.ts new file mode 100644 index 0000000000..259c308bfd --- /dev/null +++ b/lodash/remove/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const remove: typeof _.remove; +export = remove; diff --git a/lodash/repeat/index.d.ts b/lodash/repeat/index.d.ts new file mode 100644 index 0000000000..7cf02d9d12 --- /dev/null +++ b/lodash/repeat/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const repeat: typeof _.repeat; +export = repeat; diff --git a/lodash/replace/index.d.ts b/lodash/replace/index.d.ts new file mode 100644 index 0000000000..418a9a1c71 --- /dev/null +++ b/lodash/replace/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const replace: typeof _.replace; +export = replace; diff --git a/lodash/rest/index.d.ts b/lodash/rest/index.d.ts new file mode 100644 index 0000000000..0923835f60 --- /dev/null +++ b/lodash/rest/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const rest: typeof _.rest; +export = rest; diff --git a/lodash/result/index.d.ts b/lodash/result/index.d.ts new file mode 100644 index 0000000000..fbd744e51c --- /dev/null +++ b/lodash/result/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const result: typeof _.result; +export = result; diff --git a/lodash/reverse/index.d.ts b/lodash/reverse/index.d.ts new file mode 100644 index 0000000000..e313d33ee0 --- /dev/null +++ b/lodash/reverse/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const reverse: typeof _.reverse; +export = reverse; diff --git a/lodash/round/index.d.ts b/lodash/round/index.d.ts new file mode 100644 index 0000000000..686f88c6bc --- /dev/null +++ b/lodash/round/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const round: typeof _.round; +export = round; diff --git a/lodash/runInContext/index.d.ts b/lodash/runInContext/index.d.ts new file mode 100644 index 0000000000..e7416124e9 --- /dev/null +++ b/lodash/runInContext/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const runInContext: typeof _.runInContext; +export = runInContext; diff --git a/lodash/sample/index.d.ts b/lodash/sample/index.d.ts new file mode 100644 index 0000000000..533b2d1986 --- /dev/null +++ b/lodash/sample/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const sample: typeof _.sample; +export = sample; diff --git a/lodash/sampleSize/index.d.ts b/lodash/sampleSize/index.d.ts new file mode 100644 index 0000000000..7679f83de9 --- /dev/null +++ b/lodash/sampleSize/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const sampleSize: typeof _.sampleSize; +export = sampleSize; diff --git a/lodash/set/index.d.ts b/lodash/set/index.d.ts new file mode 100644 index 0000000000..9e290e1e5a --- /dev/null +++ b/lodash/set/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const set: typeof _.set; +export = set; diff --git a/lodash/setWith/index.d.ts b/lodash/setWith/index.d.ts new file mode 100644 index 0000000000..2196c354d0 --- /dev/null +++ b/lodash/setWith/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const setWith: typeof _.setWith; +export = setWith; diff --git a/lodash/shuffle/index.d.ts b/lodash/shuffle/index.d.ts new file mode 100644 index 0000000000..9600038128 --- /dev/null +++ b/lodash/shuffle/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const shuffle: typeof _.shuffle; +export = shuffle; diff --git a/lodash/size/index.d.ts b/lodash/size/index.d.ts new file mode 100644 index 0000000000..6574723f7d --- /dev/null +++ b/lodash/size/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const size: typeof _.size; +export = size; diff --git a/lodash/slice/index.d.ts b/lodash/slice/index.d.ts new file mode 100644 index 0000000000..b82f44bfed --- /dev/null +++ b/lodash/slice/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const slice: typeof _.slice; +export = slice; diff --git a/lodash/snakeCase/index.d.ts b/lodash/snakeCase/index.d.ts new file mode 100644 index 0000000000..f7c840144f --- /dev/null +++ b/lodash/snakeCase/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const snakeCase: typeof _.snakeCase; +export = snakeCase; diff --git a/lodash/some/index.d.ts b/lodash/some/index.d.ts new file mode 100644 index 0000000000..4c96624b18 --- /dev/null +++ b/lodash/some/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const some: typeof _.some; +export = some; diff --git a/lodash/sortBy/index.d.ts b/lodash/sortBy/index.d.ts new file mode 100644 index 0000000000..5fd8495f25 --- /dev/null +++ b/lodash/sortBy/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const sortBy: typeof _.sortBy; +export = sortBy; diff --git a/lodash/sortedIndex/index.d.ts b/lodash/sortedIndex/index.d.ts new file mode 100644 index 0000000000..2e381ea6a2 --- /dev/null +++ b/lodash/sortedIndex/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const sortedIndex: typeof _.sortedIndex; +export = sortedIndex; diff --git a/lodash/sortedIndexBy/index.d.ts b/lodash/sortedIndexBy/index.d.ts new file mode 100644 index 0000000000..bafa28b7f7 --- /dev/null +++ b/lodash/sortedIndexBy/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const sortedIndexBy: typeof _.sortedIndexBy; +export = sortedIndexBy; diff --git a/lodash/sortedIndexOf/index.d.ts b/lodash/sortedIndexOf/index.d.ts new file mode 100644 index 0000000000..562b1be9cc --- /dev/null +++ b/lodash/sortedIndexOf/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const sortedIndexOf: typeof _.sortedIndexOf; +export = sortedIndexOf; diff --git a/lodash/sortedLastIndex/index.d.ts b/lodash/sortedLastIndex/index.d.ts new file mode 100644 index 0000000000..562cee2fc5 --- /dev/null +++ b/lodash/sortedLastIndex/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const sortedLastIndex: typeof _.sortedLastIndex; +export = sortedLastIndex; diff --git a/lodash/sortedLastIndexBy/index.d.ts b/lodash/sortedLastIndexBy/index.d.ts new file mode 100644 index 0000000000..0a5edfab73 --- /dev/null +++ b/lodash/sortedLastIndexBy/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const sortedLastIndexBy: typeof _.sortedLastIndexBy; +export = sortedLastIndexBy; diff --git a/lodash/sortedLastIndexOf/index.d.ts b/lodash/sortedLastIndexOf/index.d.ts new file mode 100644 index 0000000000..184f17204a --- /dev/null +++ b/lodash/sortedLastIndexOf/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const sortedLastIndexOf: typeof _.sortedLastIndexOf; +export = sortedLastIndexOf; diff --git a/lodash/sortedUniq/index.d.ts b/lodash/sortedUniq/index.d.ts new file mode 100644 index 0000000000..d1a8a2f09f --- /dev/null +++ b/lodash/sortedUniq/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const sortedUniq: typeof _.sortedUniq; +export = sortedUniq; diff --git a/lodash/sortedUniqBy/index.d.ts b/lodash/sortedUniqBy/index.d.ts new file mode 100644 index 0000000000..c7c62539af --- /dev/null +++ b/lodash/sortedUniqBy/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const sortedUniqBy: typeof _.sortedUniqBy; +export = sortedUniqBy; diff --git a/lodash/split/index.d.ts b/lodash/split/index.d.ts new file mode 100644 index 0000000000..d6190a0c65 --- /dev/null +++ b/lodash/split/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const split: typeof _.split; +export = split; diff --git a/lodash/spread/index.d.ts b/lodash/spread/index.d.ts new file mode 100644 index 0000000000..58c202c652 --- /dev/null +++ b/lodash/spread/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const spread: typeof _.spread; +export = spread; diff --git a/lodash/startCase/index.d.ts b/lodash/startCase/index.d.ts new file mode 100644 index 0000000000..45a7a80e9f --- /dev/null +++ b/lodash/startCase/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const startCase: typeof _.startCase; +export = startCase; diff --git a/lodash/startsWith/index.d.ts b/lodash/startsWith/index.d.ts new file mode 100644 index 0000000000..7fe2154311 --- /dev/null +++ b/lodash/startsWith/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const startsWith: typeof _.startsWith; +export = startsWith; diff --git a/lodash/subtract/index.d.ts b/lodash/subtract/index.d.ts new file mode 100644 index 0000000000..0f34c86968 --- /dev/null +++ b/lodash/subtract/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const subtract: typeof _.subtract; +export = subtract; diff --git a/lodash/sum/index.d.ts b/lodash/sum/index.d.ts new file mode 100644 index 0000000000..f770bcf0ae --- /dev/null +++ b/lodash/sum/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const sum: typeof _.sum; +export = sum; diff --git a/lodash/sumBy/index.d.ts b/lodash/sumBy/index.d.ts new file mode 100644 index 0000000000..84efab7c01 --- /dev/null +++ b/lodash/sumBy/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const sumBy: typeof _.sumBy; +export = sumBy; diff --git a/lodash/tail/index.d.ts b/lodash/tail/index.d.ts new file mode 100644 index 0000000000..d25ddc08fb --- /dev/null +++ b/lodash/tail/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const tail: typeof _.tail; +export = tail; diff --git a/lodash/take/index.d.ts b/lodash/take/index.d.ts new file mode 100644 index 0000000000..7f5ea8a6fa --- /dev/null +++ b/lodash/take/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const take: typeof _.take; +export = take; diff --git a/lodash/takeRight/index.d.ts b/lodash/takeRight/index.d.ts new file mode 100644 index 0000000000..c561f11f99 --- /dev/null +++ b/lodash/takeRight/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const takeRight: typeof _.takeRight; +export = takeRight; diff --git a/lodash/takeRightWhile/index.d.ts b/lodash/takeRightWhile/index.d.ts new file mode 100644 index 0000000000..12884b1be6 --- /dev/null +++ b/lodash/takeRightWhile/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const takeRightWhile: typeof _.takeRightWhile; +export = takeRightWhile; diff --git a/lodash/takeWhile/index.d.ts b/lodash/takeWhile/index.d.ts new file mode 100644 index 0000000000..0d323ef0a8 --- /dev/null +++ b/lodash/takeWhile/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const takeWhile: typeof _.takeWhile; +export = takeWhile; diff --git a/lodash/tap/index.d.ts b/lodash/tap/index.d.ts new file mode 100644 index 0000000000..bffeff3afd --- /dev/null +++ b/lodash/tap/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const tap: typeof _.tap; +export = tap; diff --git a/lodash/template/index.d.ts b/lodash/template/index.d.ts new file mode 100644 index 0000000000..b99c00a20e --- /dev/null +++ b/lodash/template/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const template: typeof _.template; +export = template; diff --git a/lodash/throttle/index.d.ts b/lodash/throttle/index.d.ts new file mode 100644 index 0000000000..82c9956245 --- /dev/null +++ b/lodash/throttle/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const throttle: typeof _.throttle; +export = throttle; diff --git a/lodash/thru/index.d.ts b/lodash/thru/index.d.ts new file mode 100644 index 0000000000..6efdf2eef5 --- /dev/null +++ b/lodash/thru/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const thru: typeof _.thru; +export = thru; diff --git a/lodash/times/index.d.ts b/lodash/times/index.d.ts new file mode 100644 index 0000000000..cffb5287ba --- /dev/null +++ b/lodash/times/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const times: typeof _.times; +export = times; diff --git a/lodash/toArray/index.d.ts b/lodash/toArray/index.d.ts new file mode 100644 index 0000000000..d78b2d213f --- /dev/null +++ b/lodash/toArray/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const toArray: typeof _.toArray; +export = toArray; diff --git a/lodash/toInteger/index.d.ts b/lodash/toInteger/index.d.ts new file mode 100644 index 0000000000..01050d7de5 --- /dev/null +++ b/lodash/toInteger/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const toInteger: typeof _.toInteger; +export = toInteger; diff --git a/lodash/toLength/index.d.ts b/lodash/toLength/index.d.ts new file mode 100644 index 0000000000..3fb779d897 --- /dev/null +++ b/lodash/toLength/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const toLength: typeof _.toLength; +export = toLength; diff --git a/lodash/toLower/index.d.ts b/lodash/toLower/index.d.ts new file mode 100644 index 0000000000..e554406abb --- /dev/null +++ b/lodash/toLower/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const toLower: typeof _.toLower; +export = toLower; diff --git a/lodash/toNumber/index.d.ts b/lodash/toNumber/index.d.ts new file mode 100644 index 0000000000..9b7939af36 --- /dev/null +++ b/lodash/toNumber/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const toNumber: typeof _.toNumber; +export = toNumber; diff --git a/lodash/toPairs/index.d.ts b/lodash/toPairs/index.d.ts new file mode 100644 index 0000000000..7d02a99a7f --- /dev/null +++ b/lodash/toPairs/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const toPairs: typeof _.toPairs; +export = toPairs; diff --git a/lodash/toPairsIn/index.d.ts b/lodash/toPairsIn/index.d.ts new file mode 100644 index 0000000000..5f77035569 --- /dev/null +++ b/lodash/toPairsIn/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const toPairsIn: typeof _.toPairsIn; +export = toPairsIn; diff --git a/lodash/toPath/index.d.ts b/lodash/toPath/index.d.ts new file mode 100644 index 0000000000..36eb74ce22 --- /dev/null +++ b/lodash/toPath/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const toPath: typeof _.toPath; +export = toPath; diff --git a/lodash/toPlainObject/index.d.ts b/lodash/toPlainObject/index.d.ts new file mode 100644 index 0000000000..2d7c367e0d --- /dev/null +++ b/lodash/toPlainObject/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const toPlainObject: typeof _.toPlainObject; +export = toPlainObject; diff --git a/lodash/toSafeInteger/index.d.ts b/lodash/toSafeInteger/index.d.ts new file mode 100644 index 0000000000..2d43695a6b --- /dev/null +++ b/lodash/toSafeInteger/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const toSafeInteger: typeof _.toSafeInteger; +export = toSafeInteger; diff --git a/lodash/toString/index.d.ts b/lodash/toString/index.d.ts new file mode 100644 index 0000000000..7798267680 --- /dev/null +++ b/lodash/toString/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const toString: typeof _.toString; +export = toString; diff --git a/lodash/toUpper/index.d.ts b/lodash/toUpper/index.d.ts new file mode 100644 index 0000000000..831ebdf8de --- /dev/null +++ b/lodash/toUpper/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const toUpper: typeof _.toUpper; +export = toUpper; diff --git a/lodash/transform/index.d.ts b/lodash/transform/index.d.ts new file mode 100644 index 0000000000..5a1f444f89 --- /dev/null +++ b/lodash/transform/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const transform: typeof _.transform; +export = transform; diff --git a/lodash/trim/index.d.ts b/lodash/trim/index.d.ts new file mode 100644 index 0000000000..986bb3e162 --- /dev/null +++ b/lodash/trim/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const trim: typeof _.trim; +export = trim; diff --git a/lodash/trimEnd/index.d.ts b/lodash/trimEnd/index.d.ts new file mode 100644 index 0000000000..3d5efead77 --- /dev/null +++ b/lodash/trimEnd/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const trimEnd: typeof _.trimEnd; +export = trimEnd; diff --git a/lodash/trimStart/index.d.ts b/lodash/trimStart/index.d.ts new file mode 100644 index 0000000000..b1032510a6 --- /dev/null +++ b/lodash/trimStart/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const trimStart: typeof _.trimStart; +export = trimStart; diff --git a/lodash/truncate/index.d.ts b/lodash/truncate/index.d.ts new file mode 100644 index 0000000000..611ebc245e --- /dev/null +++ b/lodash/truncate/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const truncate: typeof _.truncate; +export = truncate; diff --git a/lodash/tsconfig.json b/lodash/tsconfig.json index e8cdae797f..dd337af9c4 100644 --- a/lodash/tsconfig.json +++ b/lodash/tsconfig.json @@ -1,11 +1,296 @@ { "files": [ "index.d.ts", - "lodash-tests.ts" + "lodash-tests.ts", + "add/index.d.ts", + "after/index.d.ts", + "ary/index.d.ts", + "assign/index.d.ts", + "assignIn/index.d.ts", + "assignInWith/index.d.ts", + "assignWith/index.d.ts", + "at/index.d.ts", + "attempt/index.d.ts", + "before/index.d.ts", + "bind/index.d.ts", + "bindAll/index.d.ts", + "bindKey/index.d.ts", + "camelCase/index.d.ts", + "capitalize/index.d.ts", + "castArray/index.d.ts", + "ceil/index.d.ts", + "chain/index.d.ts", + "chunk/index.d.ts", + "clamp/index.d.ts", + "clone/index.d.ts", + "cloneDeep/index.d.ts", + "cloneDeepWith/index.d.ts", + "cloneWith/index.d.ts", + "compact/index.d.ts", + "concat/index.d.ts", + "constant/index.d.ts", + "countBy/index.d.ts", + "create/index.d.ts", + "curry/index.d.ts", + "curryRight/index.d.ts", + "debounce/index.d.ts", + "deburr/index.d.ts", + "defaults/index.d.ts", + "defaultsDeep/index.d.ts", + "defer/index.d.ts", + "delay/index.d.ts", + "difference/index.d.ts", + "differenceBy/index.d.ts", + "differenceWith/index.d.ts", + "drop/index.d.ts", + "dropRight/index.d.ts", + "dropRightWhile/index.d.ts", + "dropWhile/index.d.ts", + "each/index.d.ts", + "eachRight/index.d.ts", + "endsWith/index.d.ts", + "eq/index.d.ts", + "escape/index.d.ts", + "escapeRegExp/index.d.ts", + "every/index.d.ts", + "extend/index.d.ts", + "extendWith/index.d.ts", + "fb/index.d.ts", + "fill/index.d.ts", + "filter/index.d.ts", + "find/index.d.ts", + "findIndex/index.d.ts", + "findKey/index.d.ts", + "findLast/index.d.ts", + "findLastIndex/index.d.ts", + "findLastKey/index.d.ts", + "first/index.d.ts", + "flatMap/index.d.ts", + "flatten/index.d.ts", + "flattenDeep/index.d.ts", + "flattenDepth/index.d.ts", + "flip/index.d.ts", + "floor/index.d.ts", + "flow/index.d.ts", + "flowRight/index.d.ts", + "forEach/index.d.ts", + "forEachRight/index.d.ts", + "forIn/index.d.ts", + "forInRight/index.d.ts", + "forOwn/index.d.ts", + "forOwnRight/index.d.ts", + "fromPairs/index.d.ts", + "functions/index.d.ts", + "functionsIn/index.d.ts", + "get/index.d.ts", + "groupBy/index.d.ts", + "gt/index.d.ts", + "gte/index.d.ts", + "has/index.d.ts", + "hasIn/index.d.ts", + "head/index.d.ts", + "identity/index.d.ts", + "includes/index.d.ts", + "indexOf/index.d.ts", + "initial/index.d.ts", + "inRange/index.d.ts", + "intersection/index.d.ts", + "intersectionBy/index.d.ts", + "intersectionWith/index.d.ts", + "invert/index.d.ts", + "invertBy/index.d.ts", + "invoke/index.d.ts", + "invokeMap/index.d.ts", + "isArguments/index.d.ts", + "isArray/index.d.ts", + "isArrayBuffer/index.d.ts", + "isArrayLike/index.d.ts", + "isArrayLikeObject/index.d.ts", + "isBoolean/index.d.ts", + "isBuffer/index.d.ts", + "isDate/index.d.ts", + "isElement/index.d.ts", + "isEmpty/index.d.ts", + "isEqual/index.d.ts", + "isEqualWith/index.d.ts", + "isError/index.d.ts", + "isFinite/index.d.ts", + "isFunction/index.d.ts", + "isInteger/index.d.ts", + "isLength/index.d.ts", + "isMap/index.d.ts", + "isMatch/index.d.ts", + "isMatchWith/index.d.ts", + "isNaN/index.d.ts", + "isNative/index.d.ts", + "isNil/index.d.ts", + "isNull/index.d.ts", + "isNumber/index.d.ts", + "isObject/index.d.ts", + "isObjectLike/index.d.ts", + "isPlainObject/index.d.ts", + "isRegExp/index.d.ts", + "isSafeInteger/index.d.ts", + "isSet/index.d.ts", + "isString/index.d.ts", + "isSymbol/index.d.ts", + "isTypedArray/index.d.ts", + "isUndefined/index.d.ts", + "isWeakMap/index.d.ts", + "isWeakSet/index.d.ts", + "iteratee/index.d.ts", + "join/index.d.ts", + "kebabCase/index.d.ts", + "keyBy/index.d.ts", + "keys/index.d.ts", + "keysIn/index.d.ts", + "last/index.d.ts", + "lastIndexOf/index.d.ts", + "lowerCase/index.d.ts", + "lowerFirst/index.d.ts", + "lt/index.d.ts", + "lte/index.d.ts", + "map/index.d.ts", + "mapKeys/index.d.ts", + "mapValues/index.d.ts", + "matches/index.d.ts", + "matchesProperty/index.d.ts", + "max/index.d.ts", + "maxBy/index.d.ts", + "mean/index.d.ts", + "memoize/index.d.ts", + "merge/index.d.ts", + "mergeWith/index.d.ts", + "method/index.d.ts", + "methodOf/index.d.ts", + "min/index.d.ts", + "minBy/index.d.ts", + "mixin/index.d.ts", + "negate/index.d.ts", + "noConflict/index.d.ts", + "noop/index.d.ts", + "now/index.d.ts", + "nthArg/index.d.ts", + "omit/index.d.ts", + "omitBy/index.d.ts", + "once/index.d.ts", + "orderBy/index.d.ts", + "over/index.d.ts", + "overArgs/index.d.ts", + "overEvery/index.d.ts", + "overSome/index.d.ts", + "pad/index.d.ts", + "padEnd/index.d.ts", + "padStart/index.d.ts", + "parseInt/index.d.ts", + "partial/index.d.ts", + "partialRight/index.d.ts", + "partition/index.d.ts", + "pick/index.d.ts", + "pickBy/index.d.ts", + "property/index.d.ts", + "propertyOf/index.d.ts", + "pull/index.d.ts", + "pullAll/index.d.ts", + "pullAllBy/index.d.ts", + "pullAt/index.d.ts", + "random/index.d.ts", + "range/index.d.ts", + "rangeRight/index.d.ts", + "rearg/index.d.ts", + "reduce/index.d.ts", + "reduceRight/index.d.ts", + "reject/index.d.ts", + "remove/index.d.ts", + "repeat/index.d.ts", + "replace/index.d.ts", + "rest/index.d.ts", + "result/index.d.ts", + "reverse/index.d.ts", + "round/index.d.ts", + "runInContext/index.d.ts", + "sample/index.d.ts", + "sampleSize/index.d.ts", + "set/index.d.ts", + "setWith/index.d.ts", + "shuffle/index.d.ts", + "size/index.d.ts", + "slice/index.d.ts", + "snakeCase/index.d.ts", + "some/index.d.ts", + "sortBy/index.d.ts", + "sortedIndex/index.d.ts", + "sortedIndexBy/index.d.ts", + "sortedIndexOf/index.d.ts", + "sortedLastIndex/index.d.ts", + "sortedLastIndexBy/index.d.ts", + "sortedLastIndexOf/index.d.ts", + "sortedUniq/index.d.ts", + "sortedUniqBy/index.d.ts", + "split/index.d.ts", + "spread/index.d.ts", + "startCase/index.d.ts", + "startsWith/index.d.ts", + "subtract/index.d.ts", + "sum/index.d.ts", + "sumBy/index.d.ts", + "tail/index.d.ts", + "take/index.d.ts", + "takeRight/index.d.ts", + "takeRightWhile/index.d.ts", + "takeWhile/index.d.ts", + "tap/index.d.ts", + "template/index.d.ts", + "throttle/index.d.ts", + "thru/index.d.ts", + "times/index.d.ts", + "toArray/index.d.ts", + "toInteger/index.d.ts", + "toLength/index.d.ts", + "toLower/index.d.ts", + "toNumber/index.d.ts", + "toPairs/index.d.ts", + "toPairsIn/index.d.ts", + "toPath/index.d.ts", + "toPlainObject/index.d.ts", + "toSafeInteger/index.d.ts", + "toString/index.d.ts", + "toUpper/index.d.ts", + "transform/index.d.ts", + "trim/index.d.ts", + "trimEnd/index.d.ts", + "trimStart/index.d.ts", + "truncate/index.d.ts", + "unary/index.d.ts", + "unescape/index.d.ts", + "union/index.d.ts", + "unionBy/index.d.ts", + "unionWith/index.d.ts", + "uniq/index.d.ts", + "uniqBy/index.d.ts", + "uniqueId/index.d.ts", + "uniqWith/index.d.ts", + "unset/index.d.ts", + "unzip/index.d.ts", + "unzipWith/index.d.ts", + "update/index.d.ts", + "upperCase/index.d.ts", + "upperFirst/index.d.ts", + "values/index.d.ts", + "valuesIn/index.d.ts", + "without/index.d.ts", + "words/index.d.ts", + "wrap/index.d.ts", + "xor/index.d.ts", + "xorBy/index.d.ts", + "xorWith/index.d.ts", + "zip/index.d.ts", + "zipObject/index.d.ts", + "zipWith/index.d.ts" ], "compilerOptions": { "module": "commonjs", - "target": "es6", + "target": "es5", "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", diff --git a/lodash/unary/index.d.ts b/lodash/unary/index.d.ts new file mode 100644 index 0000000000..a98a37b1f0 --- /dev/null +++ b/lodash/unary/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const unary: typeof _.unary; +export = unary; diff --git a/lodash/unescape/index.d.ts b/lodash/unescape/index.d.ts new file mode 100644 index 0000000000..f77f40f694 --- /dev/null +++ b/lodash/unescape/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const unescape: typeof _.unescape; +export = unescape; diff --git a/lodash/union/index.d.ts b/lodash/union/index.d.ts new file mode 100644 index 0000000000..6b4b815a50 --- /dev/null +++ b/lodash/union/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const union: typeof _.union; +export = union; diff --git a/lodash/unionBy/index.d.ts b/lodash/unionBy/index.d.ts new file mode 100644 index 0000000000..c83a065652 --- /dev/null +++ b/lodash/unionBy/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const unionBy: typeof _.unionBy; +export = unionBy; diff --git a/lodash/unionWith/index.d.ts b/lodash/unionWith/index.d.ts new file mode 100644 index 0000000000..64affa4b48 --- /dev/null +++ b/lodash/unionWith/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const unionWith: typeof _.unionWith; +export = unionWith; diff --git a/lodash/uniq/index.d.ts b/lodash/uniq/index.d.ts new file mode 100644 index 0000000000..d99b8a0dbb --- /dev/null +++ b/lodash/uniq/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const uniq: typeof _.uniq; +export = uniq; diff --git a/lodash/uniqBy/index.d.ts b/lodash/uniqBy/index.d.ts new file mode 100644 index 0000000000..cb58c9387c --- /dev/null +++ b/lodash/uniqBy/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const uniqBy: typeof _.uniqBy; +export = uniqBy; diff --git a/lodash/uniqWith/index.d.ts b/lodash/uniqWith/index.d.ts new file mode 100644 index 0000000000..b14fc16e87 --- /dev/null +++ b/lodash/uniqWith/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const uniqWith: typeof _.uniqWith; +export = uniqWith; diff --git a/lodash/uniqueId/index.d.ts b/lodash/uniqueId/index.d.ts new file mode 100644 index 0000000000..d0be01331d --- /dev/null +++ b/lodash/uniqueId/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const uniqueId: typeof _.uniqueId; +export = uniqueId; diff --git a/lodash/unset/index.d.ts b/lodash/unset/index.d.ts new file mode 100644 index 0000000000..94121841f0 --- /dev/null +++ b/lodash/unset/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const unset: typeof _.unset; +export = unset; diff --git a/lodash/unzip/index.d.ts b/lodash/unzip/index.d.ts new file mode 100644 index 0000000000..aa15594438 --- /dev/null +++ b/lodash/unzip/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const unzip: typeof _.unzip; +export = unzip; diff --git a/lodash/unzipWith/index.d.ts b/lodash/unzipWith/index.d.ts new file mode 100644 index 0000000000..16f96304e3 --- /dev/null +++ b/lodash/unzipWith/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const unzipWith: typeof _.unzipWith; +export = unzipWith; diff --git a/lodash/update/index.d.ts b/lodash/update/index.d.ts new file mode 100644 index 0000000000..bb2aa49796 --- /dev/null +++ b/lodash/update/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const update: typeof _.update; +export = update; diff --git a/lodash/upperCase/index.d.ts b/lodash/upperCase/index.d.ts new file mode 100644 index 0000000000..815be554f7 --- /dev/null +++ b/lodash/upperCase/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const upperCase: typeof _.upperCase; +export = upperCase; diff --git a/lodash/upperFirst/index.d.ts b/lodash/upperFirst/index.d.ts new file mode 100644 index 0000000000..8a73e36894 --- /dev/null +++ b/lodash/upperFirst/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const upperFirst: typeof _.upperFirst; +export = upperFirst; diff --git a/lodash/values/index.d.ts b/lodash/values/index.d.ts new file mode 100644 index 0000000000..be86c31713 --- /dev/null +++ b/lodash/values/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const values: typeof _.values; +export = values; diff --git a/lodash/valuesIn/index.d.ts b/lodash/valuesIn/index.d.ts new file mode 100644 index 0000000000..9d60133a43 --- /dev/null +++ b/lodash/valuesIn/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const valuesIn: typeof _.valuesIn; +export = valuesIn; diff --git a/lodash/without/index.d.ts b/lodash/without/index.d.ts new file mode 100644 index 0000000000..b124bd2024 --- /dev/null +++ b/lodash/without/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const without: typeof _.without; +export = without; diff --git a/lodash/words/index.d.ts b/lodash/words/index.d.ts new file mode 100644 index 0000000000..326fc018ff --- /dev/null +++ b/lodash/words/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const words: typeof _.words; +export = words; diff --git a/lodash/wrap/index.d.ts b/lodash/wrap/index.d.ts new file mode 100644 index 0000000000..0c7c2d6f19 --- /dev/null +++ b/lodash/wrap/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const wrap: typeof _.wrap; +export = wrap; diff --git a/lodash/xor/index.d.ts b/lodash/xor/index.d.ts new file mode 100644 index 0000000000..6bc5369981 --- /dev/null +++ b/lodash/xor/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const xor: typeof _.xor; +export = xor; diff --git a/lodash/xorBy/index.d.ts b/lodash/xorBy/index.d.ts new file mode 100644 index 0000000000..236ce3db5e --- /dev/null +++ b/lodash/xorBy/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const xorBy: typeof _.xorBy; +export = xorBy; diff --git a/lodash/xorWith/index.d.ts b/lodash/xorWith/index.d.ts new file mode 100644 index 0000000000..38e428492c --- /dev/null +++ b/lodash/xorWith/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const xorWith: typeof _.xorWith; +export = xorWith; diff --git a/lodash/zip/index.d.ts b/lodash/zip/index.d.ts new file mode 100644 index 0000000000..926ef76f77 --- /dev/null +++ b/lodash/zip/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const zip: typeof _.zip; +export = zip; diff --git a/lodash/zipObject/index.d.ts b/lodash/zipObject/index.d.ts new file mode 100644 index 0000000000..93ef0b014b --- /dev/null +++ b/lodash/zipObject/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const zipObject: typeof _.zipObject; +export = zipObject; diff --git a/lodash/zipWith/index.d.ts b/lodash/zipWith/index.d.ts new file mode 100644 index 0000000000..a13521a6b0 --- /dev/null +++ b/lodash/zipWith/index.d.ts @@ -0,0 +1,8 @@ +// Type definitions for Lo-Dash 4.14 +// Project: http://lodash.com/ +// Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import * as _ from "../index" +declare const zipWith: typeof _.zipWith; +export = zipWith; diff --git a/transducers-js/transducers-js-tests.ts b/transducers-js/transducers-js-tests.ts index b045febb79..21c527be41 100644 --- a/transducers-js/transducers-js-tests.ts +++ b/transducers-js/transducers-js-tests.ts @@ -4,6 +4,7 @@ // tests taken from https://github.com/cognitect-labs/transducers-js import * as t from 'transducers-js'; +import * as _ from "lodash"; var map = t.map, filter = t.filter,