fs-extra-p
Advanced tools
Comparing version 4.5.1 to 4.5.2
@@ -201,3 +201,3 @@ import { Stats, WriteStream } from "fs" | ||
export function pathExists(path: string): boolean | ||
export function pathExists(path: string): Promise<boolean> | ||
@@ -204,0 +204,0 @@ export function access(path: string | Buffer, mode?: number): Promise<void> |
{ | ||
"name": "fs-extra-p", | ||
"version": "4.5.1", | ||
"version": "4.5.2", | ||
"description": "fs-extra module promisified with bluebird", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
10380