UNPKG

@types/lodash

Version:

TypeScript definitions for Lo-Dash 4.14

592 lines 15 kB
{ "authors": "Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>", "definitionFilename": "index.d.ts", "libraryDependencies": [], "moduleDependencies": [], "libraryMajorVersion": "4", "libraryMinorVersion": "14", "libraryName": "Lo-Dash 4.14", "typingsPackageName": "lodash", "projectName": "http://lodash.com/", "sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", "sourceBranch": "types-2.0", "kind": "UMD", "globals": [ "_", "add", "after", "ary", "assign", "assignIn", "assignInWith", "assignWith", "at", "attempt", "before", "bind", "bindAll", "bindKey", "camelCase", "capitalize", "castArray", "ceil", "chain", "chunk", "clamp", "clone", "cloneDeep", "cloneDeepWith", "cloneWith", "compact", "concat", "constant", "countBy", "create", "curry", "curryRight", "debounce", "deburr", "defaults", "defaultsDeep", "defer", "delay", "difference", "differenceBy", "differenceWith", "drop", "dropRight", "dropRightWhile", "dropWhile", "each", "eachRight", "endsWith", "eq", "escape", "escapeRegExp", "every", "extend", "extendWith", "fill", "filter", "find", "findIndex", "findKey", "findLast", "findLastIndex", "findLastKey", "first", "flatMap", "flatten", "flattenDeep", "flattenDepth", "flip", "floor", "flow", "flowRight", "forEach", "forEachRight", "forIn", "forInRight", "forOwn", "forOwnRight", "fromPairs", "functions", "functionsIn", "get", "groupBy", "gt", "gte", "has", "hasIn", "head", "identity", "inRange", "includes", "indexOf", "initial", "intersection", "intersectionBy", "intersectionWith", "invert", "invertBy", "invoke", "invokeMap", "isArguments", "isArray", "isArrayBuffer", "isArrayLike", "isArrayLikeObject", "isBoolean", "isBuffer", "isDate", "isElement", "isEmpty", "isEqual", "isEqualWith", "isError", "isFinite", "isFunction", "isInteger", "isLength", "isMap", "isMatch", "isMatchWith", "isNaN", "isNative", "isNil", "isNull", "isNumber", "isObject", "isObjectLike", "isPlainObject", "isRegExp", "isSafeInteger", "isSet", "isString", "isSymbol", "isTypedArray", "isUndefined", "isWeakMap", "isWeakSet", "iteratee", "join", "kebabCase", "keyBy", "keys", "keysIn", "last", "lastIndexOf", "lowerCase", "lowerFirst", "lt", "lte", "map", "mapKeys", "mapValues", "matches", "matchesProperty", "max", "maxBy", "mean", "memoize", "merge", "mergeWith", "method", "methodOf", "min", "minBy", "mixin", "negate", "noConflict", "noop", "now", "nthArg", "omit", "omitBy", "once", "orderBy", "over", "overArgs", "overEvery", "overSome", "pad", "padEnd", "padStart", "parseInt", "partial", "partialRight", "partition", "pick", "pickBy", "property", "propertyOf", "pull", "pullAll", "pullAllBy", "pullAt", "random", "range", "rangeRight", "rearg", "reduce", "reduceRight", "reject", "remove", "repeat", "replace", "rest", "result", "reverse", "round", "runInContext", "sample", "sampleSize", "set", "setWith", "shuffle", "size", "slice", "snakeCase", "some", "sortBy", "sortedIndex", "sortedIndexBy", "sortedIndexOf", "sortedLastIndex", "sortedLastIndexBy", "sortedLastIndexOf", "sortedUniq", "sortedUniqBy", "split", "spread", "startCase", "startsWith", "subtract", "sum", "sumBy", "tail", "take", "takeRight", "takeRightWhile", "takeWhile", "tap", "template", "throttle", "thru", "times", "toArray", "toInteger", "toLength", "toLower", "toNumber", "toPairs", "toPairsIn", "toPath", "toPlainObject", "toSafeInteger", "toString", "toUpper", "transform", "trim", "trimEnd", "trimStart", "truncate", "unary", "unescape", "union", "unionBy", "unionWith", "uniq", "uniqBy", "uniqWith", "uniqueId", "unset", "unzip", "unzipWith", "update", "upperCase", "upperFirst", "values", "valuesIn", "without", "words", "wrap", "xor", "xorBy", "xorWith", "zip", "zipObject", "zipWith" ], "declaredModules": [], "files": [ "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", "inRange/index.d.ts", "includes/index.d.ts", "index.d.ts", "indexOf/index.d.ts", "initial/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", "uniqWith/index.d.ts", "uniqueId/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" ], "hasPackageJson": false, "contentHash": "ca98cf6fa22c97afc543cf46a9505f8dbc54f5bec561794dbfab802c82e44308" }