@types/fs-extra
Advanced tools
Comparing version 9.0.10 to 9.0.11
@@ -243,3 +243,9 @@ // Type definitions for fs-extra 9.0 | ||
export function rm(path: PathLike, options?: fs.RmOptions): Promise<void>; | ||
/** | ||
* Asynchronously removes files and directories (modeled on the standard POSIX | ||
* `rm` utility). | ||
* | ||
* Only available in node >= v14.14.0 | ||
*/ | ||
export function rm(path: PathLike, options?: { force?: boolean, maxRetries?: number, recursive?: boolean, retryDelay?: number }): Promise<void>; | ||
@@ -246,0 +252,0 @@ /** |
{ | ||
"name": "@types/fs-extra", | ||
"version": "9.0.10", | ||
"version": "9.0.11", | ||
"description": "TypeScript definitions for fs-extra", | ||
@@ -64,4 +64,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "22e27c40b87cdc0cf639e0bc1b4439ef09165eb555a3f085b260789a37d89293", | ||
"typesPublisherContentHash": "b44e87db09159a4c0033f6262309f823638763ff2d3c0532123188abc622ad04", | ||
"typeScriptVersion": "3.9" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 02 Apr 2021 19:31:16 GMT | ||
* Last updated: Mon, 12 Apr 2021 08:31:24 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
25692
303