@platform/fs.types
Advanced tools
Comparing version 0.1.10 to 0.1.11
@@ -1,2 +0,2 @@ | ||
export declare type IFs = { | ||
export declare type INodeFs = { | ||
is: IFsFlags; | ||
@@ -10,4 +10,4 @@ readdir(path: string): Promise<string[]>; | ||
remove(path: string): Promise<void>; | ||
join(...pathSegments: string[]): string; | ||
resolve(...pathSegments: string[]): string; | ||
join(...segments: string[]): string; | ||
resolve(...segments: string[]): string; | ||
dirname(path: string): string; | ||
@@ -14,0 +14,0 @@ basename(path: string): string; |
{ | ||
"name": "@platform/fs.types", | ||
"version": "0.1.10", | ||
"version": "0.1.11", | ||
"description": "Types for a general POSIX style file-system.", | ||
@@ -14,3 +14,3 @@ "main": "lib/index", | ||
"devDependencies": { | ||
"@platform/ts.libs": "4.3.1" | ||
"@platform/ts.libs": "4.3.2" | ||
}, | ||
@@ -17,0 +17,0 @@ "files": [ |
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
2707