@types/object-keys
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -1,8 +0,1 @@ | ||
// Type definitions for object-keys 1.0 | ||
// Project: https://github.com/ljharb/object-keys#readme | ||
// Definitions by: Vitor Luiz Cavalcanti <https://github.com/VitorLuizC> | ||
// Jordan Harband <https://github.com/ljharb> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.2 | ||
declare function objectKeys(object: object): string[]; | ||
@@ -9,0 +2,0 @@ |
{ | ||
"name": "@types/object-keys", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "TypeScript definitions for object-keys", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/object-keys", | ||
"license": "MIT", | ||
@@ -9,9 +10,9 @@ "contributors": [ | ||
"name": "Vitor Luiz Cavalcanti", | ||
"url": "https://github.com/VitorLuizC", | ||
"githubUsername": "VitorLuizC" | ||
"githubUsername": "VitorLuizC", | ||
"url": "https://github.com/VitorLuizC" | ||
}, | ||
{ | ||
"name": "Jordan Harband", | ||
"url": "https://github.com/ljharb", | ||
"githubUsername": "ljharb" | ||
"githubUsername": "ljharb", | ||
"url": "https://github.com/ljharb" | ||
} | ||
@@ -28,4 +29,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "6fc91cc3e0aae0d4e3d7241b49c683b82cf4fd96bcd37548642d9e84b630e82c", | ||
"typeScriptVersion": "2.8" | ||
"typesPublisherContentHash": "209ba9981b892d102ff08588a5e415aa1eff9f307821924c1d96d5f61e03d00a", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -9,9 +9,19 @@ # Installation | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/object-keys. | ||
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/object-keys/index.d.ts) | ||
````ts | ||
declare function objectKeys(object: object): string[]; | ||
declare namespace objectKeys { | ||
function shim(): typeof objectKeys; | ||
} | ||
export = objectKeys; | ||
```` | ||
### Additional Details | ||
* Last updated: Fri, 07 Feb 2020 18:24:06 GMT | ||
* Last updated: Wed, 18 Oct 2023 05:47:08 GMT | ||
* Dependencies: none | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Vitor Luiz Cavalcanti (https://github.com/VitorLuizC), and Jordan Harband (https://github.com/ljharb). | ||
These definitions were written by [Vitor Luiz Cavalcanti](https://github.com/VitorLuizC), and [Jordan Harband](https://github.com/ljharb). |
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
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
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
0
27
3077
5
1