@types/capitalize
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -13,8 +13,8 @@ // Type definitions for capitalize 1.0 | ||
declare namespace capitalize { | ||
/** | ||
* Capitalize each word in a string | ||
* @param input the string to capitalize | ||
*/ | ||
function words(input: string): string; | ||
/** | ||
* Capitalize each word in a string | ||
* @param input the string to capitalize | ||
*/ | ||
function words(input: string): string; | ||
} | ||
export = capitalize; |
{ | ||
"name": "@types/capitalize", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "TypeScript definitions for capitalize", | ||
@@ -9,14 +9,17 @@ "license": "MIT", | ||
"name": "Frederick Fogerty", | ||
"url": "https://github.com/frederickfogerty" | ||
"url": "https://github.com/frederickfogerty", | ||
"githubUsername": "frederickfogerty" | ||
} | ||
], | ||
"main": "", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/capitalize" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "8d7d7c98da22f586093b49a1c7586f153cef070b6b44f75faabe01467abac1dd", | ||
"typeScriptVersion": "2.2" | ||
"typesPublisherContentHash": "131e90290166ead382c270521098fb98908f4b402d833697dec1b2d86872f00b", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/capitalize | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/capitalize. | ||
Additional Details | ||
* Last updated: Mon, 21 Aug 2017 21:49:18 GMT | ||
### Additional Details | ||
* Last updated: Fri, 15 May 2020 04:08:54 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Frederick Fogerty <https://github.com/frederickfogerty>. | ||
These definitions were written by [Frederick Fogerty](https://github.com/frederickfogerty). |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2980