@types/fs-extra
Advanced tools
Comparing version 9.0.5 to 9.0.6
@@ -45,2 +45,3 @@ // Type definitions for fs-extra 9.0 | ||
export function ensureDir(path: string, options?: EnsureOptions | number): Promise<void>; | ||
export function ensureDir(path: string, callback?: (err: Error) => void): void; | ||
export function ensureDir(path: string, options?: EnsureOptions | number, callback?: (err: Error) => void): void; | ||
@@ -47,0 +48,0 @@ export function ensureDirSync(path: string, options?: EnsureOptions | number): void; |
{ | ||
"name": "@types/fs-extra", | ||
"version": "9.0.5", | ||
"version": "9.0.6", | ||
"description": "TypeScript definitions for fs-extra", | ||
@@ -64,4 +64,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "0aa713c58b8f4896d201244bebb9d964bcad7cc22fdd8fa4d643b8efb47bbf76", | ||
"typesPublisherContentHash": "97bc0f0de513c1c72257c200b261337e5b51de6be5bdac69401fd28f27d70c48", | ||
"typeScriptVersion": "3.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 10 Dec 2020 22:33:57 GMT | ||
* Last updated: Wed, 23 Dec 2020 21:09:59 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
24758
285