@types/omit-empty
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -8,3 +8,3 @@ // Type definitions for omit-empty 1.0 | ||
interface OmitOptions { | ||
omitZero?: boolean; | ||
omitZero?: boolean | undefined; | ||
} | ||
@@ -11,0 +11,0 @@ |
{ | ||
"name": "@types/omit-empty", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "TypeScript definitions for omit-empty", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/omit-empty", | ||
"license": "MIT", | ||
@@ -14,3 +15,3 @@ "contributors": [ | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -23,4 +24,4 @@ "type": "git", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "a0c1150590c3c90bbb1ae789a3aee0f005f3e1c8a530b5e953b23617c31d6f3f", | ||
"typeScriptVersion": "2.2" | ||
"typesPublisherContentHash": "e6240905066131826fb41d60c798e77d68e349607f548cb808b846cf6a155c19", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -5,9 +5,25 @@ # Installation | ||
# Summary | ||
This package contains type definitions for omit-empty ( https://github.com/jonschlinkert/omit-empty ). | ||
This package contains type definitions for omit-empty (https://github.com/jonschlinkert/omit-empty). | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/omit-empty | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/omit-empty. | ||
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/omit-empty/index.d.ts) | ||
````ts | ||
// Type definitions for omit-empty 1.0 | ||
// Project: https://github.com/jonschlinkert/omit-empty | ||
// Definitions by: Shubham Kanodia <https://github.com/pastelsky> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.2 | ||
Additional Details | ||
* Last updated: Sat, 30 Mar 2019 03:16:18 GMT | ||
interface OmitOptions { | ||
omitZero?: boolean | undefined; | ||
} | ||
declare function omitEmpty(obj: object, options?: OmitOptions): object; | ||
export default omitEmpty; | ||
```` | ||
### Additional Details | ||
* Last updated: Thu, 08 Jul 2021 18:51:47 GMT | ||
* Dependencies: none | ||
@@ -17,2 +33,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Shubham Kanodia <https://github.com/pastelsky>. | ||
These definitions were written by [Shubham Kanodia](https://github.com/pastelsky). |
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
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
3414
0
33