@types/keymirror
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -1,8 +0,2 @@ | ||
// Type definitions for keymirror 0.1.1 | ||
// Project: https://github.com/STRML/keyMirror | ||
// Definitions by: Johannes Fahrenkrug <https://github.com/jfahrenkrug> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.1 | ||
declare function KeyMirror<T>(obj: T): { [K in keyof T]: K }; | ||
export = KeyMirror; |
{ | ||
"name": "@types/keymirror", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "TypeScript definitions for keymirror", | ||
@@ -10,4 +10,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/keymirror", | ||
"name": "Johannes Fahrenkrug", | ||
"url": "https://github.com/jfahrenkrug", | ||
"githubUsername": "jfahrenkrug" | ||
"githubUsername": "jfahrenkrug", | ||
"url": "https://github.com/jfahrenkrug" | ||
} | ||
@@ -24,4 +24,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "c0331f09af4758ecff8391f9d6b6d281e0232b404959835b1a5505b35e00d8e6", | ||
"typesPublisherContentHash": "6915bb51419f8c77da8e725172ee9a63df723cd778b1f84e22e79c3c2305f816", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,8 +11,2 @@ # Installation | ||
````ts | ||
// Type definitions for keymirror 0.1.1 | ||
// Project: https://github.com/STRML/keyMirror | ||
// Definitions by: Johannes Fahrenkrug <https://github.com/jfahrenkrug> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.1 | ||
declare function KeyMirror<T>(obj: T): { [K in keyof T]: K }; | ||
@@ -24,7 +18,6 @@ export = KeyMirror; | ||
### Additional Details | ||
* Last updated: Thu, 14 Sep 2023 01:49:18 GMT | ||
* Last updated: Wed, 18 Oct 2023 05:47:07 GMT | ||
* Dependencies: none | ||
* Global values: none | ||
# Credits | ||
These definitions were written by [Johannes Fahrenkrug](https://github.com/jfahrenkrug). |
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
2717
2
22