@file-services/types
Advanced tools
Comparing version 7.0.0 to 7.0.1
@@ -99,6 +99,2 @@ export declare type BufferEncoding = 'ascii' | 'utf8' | 'utf-8' | 'utf16le' | 'ucs2' | 'ucs-2' | 'base64' | 'latin1' | 'binary' | 'hex'; | ||
path: string; | ||
/** | ||
* Stats for the path | ||
*/ | ||
stats: IFileSystemStats; | ||
} | ||
@@ -105,0 +101,0 @@ export interface IWalkOptions { |
{ | ||
"name": "@file-services/types", | ||
"description": "Common file system interfaces", | ||
"version": "7.0.0", | ||
"version": "7.0.1", | ||
"main": "dist/index.js", | ||
@@ -6,0 +6,0 @@ "files": [ |
@@ -134,7 +134,2 @@ export type BufferEncoding = | ||
path: string; | ||
/** | ||
* Stats for the path | ||
*/ | ||
stats: IFileSystemStats; | ||
} | ||
@@ -141,0 +136,0 @@ |
Sorry, the diff of this file is not supported yet
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
77155
1649