@types/to-snake-case
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -1,7 +0,2 @@ | ||
// Type definitions for to-snake-case 1.0 | ||
// Project: https://github.com/ianstormtaylor/to-snake-case | ||
// Definitions by: Leonid Logvinov <https://github.com/LogvinovLeon> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
declare function toSnakeCase(str: string): string; | ||
export = toSnakeCase; |
{ | ||
"name": "@types/to-snake-case", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "TypeScript definitions for to-snake-case", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/to-snake-case", | ||
"license": "MIT", | ||
@@ -9,15 +10,17 @@ "contributors": [ | ||
"name": "Leonid Logvinov", | ||
"url": "https://github.com/LogvinovLeon", | ||
"githubUsername": "LogvinovLeon" | ||
"githubUsername": "LogvinovLeon", | ||
"url": "https://github.com/LogvinovLeon" | ||
} | ||
], | ||
"main": "", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/to-snake-case" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "54cb404a441c05fceee0b89875cb8c4eb970cb5e8c606b0243967ed3d9f8b792", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "1e46eb190d9de3f14dd52881ec3dcee7de1434beb184b2e06e52b2ca9f86ace2", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -8,10 +8,15 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/to-snake-case | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/to-snake-case. | ||
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/to-snake-case/index.d.ts) | ||
````ts | ||
declare function toSnakeCase(str: string): string; | ||
export = toSnakeCase; | ||
Additional Details | ||
* Last updated: Thu, 31 May 2018 22:12:33 GMT | ||
```` | ||
### Additional Details | ||
* Last updated: Wed, 18 Oct 2023 11:45:07 GMT | ||
* Dependencies: none | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Leonid Logvinov <https://github.com/LogvinovLeon>. | ||
These definitions were written by [Leonid Logvinov](https://github.com/LogvinovLeon). |
Sorry, the diff of this file is not supported yet
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
2739
0
22
2