@types/keymirror
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -7,3 +7,3 @@ // Type definitions for keymirror 0.1.1 | ||
declare function KeyMirror<T>(obj: T): {[K in keyof T]: K}; | ||
declare function KeyMirror<T>(obj: T): { [K in keyof T]: K }; | ||
export = KeyMirror; |
{ | ||
"name": "@types/keymirror", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "TypeScript definitions for keymirror", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/keymirror", | ||
"license": "MIT", | ||
"author": "Johannes Fahrenkrug <https://github.com/jfahrenkrug>", | ||
"contributors": [ | ||
{ | ||
"name": "Johannes Fahrenkrug", | ||
"url": "https://github.com/jfahrenkrug", | ||
"githubUsername": "jfahrenkrug" | ||
} | ||
], | ||
"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/keymirror" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "2f834423bc0845592a19cc2a879b71698e40de8f23210fb26bf02111bb8c4b18", | ||
"typeScriptVersion": "2.1" | ||
"typesPublisherContentHash": "c0331f09af4758ecff8391f9d6b6d281e0232b404959835b1a5505b35e00d8e6", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -8,6 +8,18 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/keymirror | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/keymirror. | ||
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/keymirror/index.d.ts) | ||
````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 | ||
Additional Details | ||
* Last updated: Tue, 10 Jan 2017 19:37:48 GMT | ||
declare function KeyMirror<T>(obj: T): { [K in keyof T]: K }; | ||
export = KeyMirror; | ||
```` | ||
### Additional Details | ||
* Last updated: Thu, 14 Sep 2023 01:49:18 GMT | ||
* Dependencies: none | ||
@@ -17,2 +29,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Johannes Fahrenkrug <https://github.com/jfahrenkrug>. | ||
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
3249
1
29
7
1