@types/delete-empty
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -1,7 +0,1 @@ | ||
// Type definitions for delete-empty 3.0 | ||
// Project: https://github.com/jonschlinkert/delete-empty | ||
// Definitions by: Alorel <https://github.com/Alorel> | ||
// Piotr Błażejewicz <https://github.com/Alorel> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
declare function deleteEmpty(dir: string, options: deleteEmpty.Options, cb: deleteEmpty.DeleteEmptyCallback): void; | ||
@@ -8,0 +2,0 @@ declare function deleteEmpty(dir: string, cb: deleteEmpty.DeleteEmptyCallback): void; |
{ | ||
"name": "@types/delete-empty", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "TypeScript definitions for delete-empty", | ||
@@ -10,9 +10,9 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/delete-empty", | ||
"name": "Alorel", | ||
"url": "https://github.com/Alorel", | ||
"githubUsername": "Alorel" | ||
"githubUsername": "Alorel", | ||
"url": "https://github.com/Alorel" | ||
}, | ||
{ | ||
"name": "Piotr Błażejewicz", | ||
"url": "https://github.com/Alorel", | ||
"githubUsername": "Alorel" | ||
"githubUsername": "Alorel", | ||
"url": "https://github.com/Alorel" | ||
} | ||
@@ -29,4 +29,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "1be524a117fc1c773a9b307629f63546e085ceb48790f7823e06684d83c4c74f", | ||
"typeScriptVersion": "3.7" | ||
"typesPublisherContentHash": "60d5763f8d2b247a21fa7b67cee1e59970de0fe1af64bb3f04dc1d83880a3ecb", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,8 +11,2 @@ # Installation | ||
````ts | ||
// Type definitions for delete-empty 3.0 | ||
// Project: https://github.com/jonschlinkert/delete-empty | ||
// Definitions by: Alorel <https://github.com/Alorel> | ||
// Piotr Błażejewicz <https://github.com/Alorel> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
declare function deleteEmpty(dir: string, options: deleteEmpty.Options, cb: deleteEmpty.DeleteEmptyCallback): void; | ||
@@ -49,7 +43,6 @@ declare function deleteEmpty(dir: string, cb: deleteEmpty.DeleteEmptyCallback): void; | ||
### Additional Details | ||
* Last updated: Sat, 11 Sep 2021 23:31:22 GMT | ||
* Last updated: Wed, 18 Oct 2023 00:05:18 GMT | ||
* Dependencies: none | ||
* Global values: none | ||
# Credits | ||
These definitions were written by [Alorel](https://github.com/Alorel), and [Piotr Błażejewicz](https://github.com/Alorel). |
4478
22
47