@types/lodash.sum
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -5,4 +5,5 @@ // Type definitions for lodash.sum 4.0 | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.1 | ||
import { sum } from "lodash"; | ||
export = sum; |
{ | ||
"name": "@types/lodash.sum", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "TypeScript definitions for lodash.sum", | ||
@@ -17,3 +17,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "da1d52ea3d90bbd0b5040456756ca6feda21b94bfd98fefac40b36624cdc70ab" | ||
"typesPublisherContentHash": "d9fa9abebf82ac0a5aaf7060edec0a5fc2d0ea4bb2916012032cdf37c85ec250", | ||
"typeScriptVersion": "2.1" | ||
} |
@@ -8,9 +8,7 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/lodash.sum | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/lodash.sum | ||
Additional Details | ||
* Last updated: Mon, 05 Dec 2016 21:27:49 GMT | ||
* File structure: ProperModule | ||
* Library Dependencies: none | ||
* Module Dependencies: lodash | ||
* Last updated: Fri, 27 Jan 2017 21:43:33 GMT | ||
* Dependencies: lodash | ||
* Global values: none | ||
@@ -17,0 +15,0 @@ |
{ | ||
"authors": "Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>", | ||
"libraryDependencies": [], | ||
"moduleDependencies": [ | ||
"lodash" | ||
], | ||
"libraryMajorVersion": 4, | ||
"libraryMinorVersion": 0, | ||
"name": "lodash.sum", | ||
"libraryName": "lodash.sum", | ||
"typingsPackageName": "lodash.sum", | ||
"projectName": "http://lodash.com/", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"sourceBranch": "types-2.0", | ||
"kind": "ProperModule", | ||
"globals": [], | ||
"declaredModules": [ | ||
"lodash.sum" | ||
], | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "da1d52ea3d90bbd0b5040456756ca6feda21b94bfd98fefac40b36624cdc70ab" | ||
"data": { | ||
"authors": "Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>", | ||
"dependencies": { | ||
"lodash": "*" | ||
}, | ||
"pathMappings": {}, | ||
"libraryMajorVersion": 4, | ||
"libraryMinorVersion": 0, | ||
"typeScriptVersion": "2.1", | ||
"libraryName": "lodash.sum", | ||
"typingsPackageName": "lodash.sum", | ||
"projectName": "http://lodash.com/", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"globals": [], | ||
"declaredModules": [ | ||
"lodash.sum/." | ||
], | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "d9fa9abebf82ac0a5aaf7060edec0a5fc2d0ea4bb2916012032cdf37c85ec250" | ||
}, | ||
"isLatest": true | ||
} |
2636
35
17