@types/readdir-glob
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -83,4 +83,4 @@ /// <reference types="node" /> | ||
class ReaddirGlob extends EventEmitter { | ||
constructor(cwd: string, cb: (error: Error | null, matches?: ReadonlyArray<Match>) => void); | ||
constructor(cwd: string, options: Options, cb: (error: Error | null, matches?: ReadonlyArray<Match>) => void); | ||
constructor(cwd: string, cb: (error: Error | null, matches?: readonly Match[]) => void); | ||
constructor(cwd: string, options: Options, cb: (error: Error | null, matches?: readonly Match[]) => void); | ||
/** | ||
@@ -97,3 +97,3 @@ * Every time a match is found, this is emitted with the specific thing that matched. | ||
*/ | ||
on(event: "end", callback: (matches: ReadonlyArray<Match>) => void): this; | ||
on(event: "end", callback: (matches: readonly Match[]) => void): this; | ||
/** | ||
@@ -100,0 +100,0 @@ * Temporarily stop the search |
{ | ||
"name": "@types/readdir-glob", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "TypeScript definitions for readdir-glob", | ||
@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/readdir-glob", | ||
}, | ||
"typesPublisherContentHash": "562359d34e38182c70ba9fed1842565fda3ca73a74bc3f960c31dee4ceab6899", | ||
"typesPublisherContentHash": "7bdc6e6f815f6791c4762b917d4437d2172faa334bd34f1ce9eb5307ecc565f1", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 07 Nov 2023 09:09:39 GMT | ||
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ |
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
7069