@types/object.omit
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -1,7 +0,1 @@ | ||
// Type definitions for object.omit 3.0 | ||
// Project: https://github.com/jonschlinkert/object.omit | ||
// Definitions by: Ifiok Jr. <https://github.com/ifiokjr> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.8 | ||
type Omit<GType, GKeys extends keyof GType> = Pick<GType, Exclude<keyof GType, GKeys>>; | ||
@@ -8,0 +2,0 @@ |
{ | ||
"name": "@types/object.omit", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "TypeScript definitions for object.omit", | ||
@@ -10,4 +10,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/object.omit", | ||
"name": "Ifiok Jr.", | ||
"url": "https://github.com/ifiokjr", | ||
"githubUsername": "ifiokjr" | ||
"githubUsername": "ifiokjr", | ||
"url": "https://github.com/ifiokjr" | ||
} | ||
@@ -24,4 +24,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "22a4903efb02fd95c8a73bbbae97a2ed5882e4251d3a8951f36d9b428c0f6fa6", | ||
"typeScriptVersion": "4.3" | ||
"typesPublisherContentHash": "2b2aacd2effd824fc5e36f68f2395783623fc55385f1a26d299c17d57b74d02e", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,8 +11,2 @@ # Installation | ||
````ts | ||
// Type definitions for object.omit 3.0 | ||
// Project: https://github.com/jonschlinkert/object.omit | ||
// Definitions by: Ifiok Jr. <https://github.com/ifiokjr> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.8 | ||
type Omit<GType, GKeys extends keyof GType> = Pick<GType, Exclude<keyof GType, GKeys>>; | ||
@@ -47,7 +41,6 @@ | ||
### Additional Details | ||
* Last updated: Sun, 03 Sep 2023 22:33:46 GMT | ||
* Last updated: Wed, 18 Oct 2023 05:47:08 GMT | ||
* Dependencies: none | ||
* Global values: none | ||
# Credits | ||
These definitions were written by [Ifiok Jr.](https://github.com/ifiokjr). |
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
3959
21
45