@types/fs-readdir-recursive
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for fs-readdir-recursive 1.0 | ||
// Type definitions for fs-readdir-recursive 1.1 | ||
// Project: https://github.com/fs-utils/fs-readdir-recursive | ||
@@ -8,5 +8,5 @@ // Definitions by: Paolo Scanferla <https://github.com/pscanf> | ||
path: string, | ||
filter?: (path: string) => boolean | ||
filter?: (name: string, index: number, dir: string) => boolean, | ||
): string[]; | ||
export = readdirRecursive; |
{ | ||
"name": "@types/fs-readdir-recursive", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "TypeScript definitions for fs-readdir-recursive", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fs-readdir-recursive", | ||
"license": "MIT", | ||
@@ -14,10 +15,12 @@ "contributors": [ | ||
"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/fs-readdir-recursive" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "1121bfd46acede5d3de5f2b334cb05c49175d5f5fdf1776dd1af8a5f29c95da5", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "12c61217c73ec7ab24d22fedeaff79e712fcdf8ac453770b7217e2136dbf716d", | ||
"typeScriptVersion": "4.0" | ||
} |
@@ -8,6 +8,21 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fs-readdir-recursive | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fs-readdir-recursive. | ||
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fs-readdir-recursive/index.d.ts) | ||
````ts | ||
// Type definitions for fs-readdir-recursive 1.1 | ||
// Project: https://github.com/fs-utils/fs-readdir-recursive | ||
// Definitions by: Paolo Scanferla <https://github.com/pscanf> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
Additional Details | ||
* Last updated: Tue, 29 Aug 2017 21:31:37 GMT | ||
declare function readdirRecursive( | ||
path: string, | ||
filter?: (name: string, index: number, dir: string) => boolean, | ||
): string[]; | ||
export = readdirRecursive; | ||
```` | ||
### Additional Details | ||
* Last updated: Wed, 20 Jul 2022 07:32:21 GMT | ||
* Dependencies: none | ||
@@ -17,2 +32,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Paolo Scanferla <https://github.com/pscanf>. | ||
These definitions were written by [Paolo Scanferla](https://github.com/pscanf). |
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
3462
0
32