@types/fs-extra
Advanced tools
Comparing version 9.0.7 to 9.0.8
@@ -229,2 +229,13 @@ // Type definitions for fs-extra 9.0 | ||
/* tslint:disable:unified-signatures */ | ||
export namespace realpath { | ||
const native: { | ||
(path: PathLike, options: fs.BaseEncodingOptions | BufferEncoding | undefined | null): Promise<string>; | ||
(path: PathLike, options: fs.BufferEncodingOption): Promise<Buffer>; | ||
(path: PathLike, options: fs.BaseEncodingOptions | string | undefined | null): Promise<string | Buffer>; | ||
(path: PathLike): Promise<string>; | ||
} & typeof fs.realpath.native; | ||
} | ||
/* tslint:enable:unified-signatures */ | ||
export function rename(oldPath: PathLike, newPath: PathLike, callback: (err: NodeJS.ErrnoException) => void): void; | ||
@@ -231,0 +242,0 @@ export function rename(oldPath: PathLike, newPath: PathLike): Promise<void>; |
{ | ||
"name": "@types/fs-extra", | ||
"version": "9.0.7", | ||
"version": "9.0.8", | ||
"description": "TypeScript definitions for fs-extra", | ||
@@ -64,4 +64,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "65b801d98a59a3d240823a464ae2c73d1277136fa2f079b038d0f0518e5b82ec", | ||
"typesPublisherContentHash": "a27b430262ed0213e70c840567e7f28107e8182ff4f58de54e7b2b9108e05940", | ||
"typeScriptVersion": "3.9" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 11 Feb 2021 21:48:33 GMT | ||
* Last updated: Mon, 01 Mar 2021 09: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
25336
296