@relicx_/kernel 1.1.22 → 1.1.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -316,7 +316,7 @@ declare class EncryptFile {
|
|
|
316
316
|
static BufferToJson(buffer: Buffer, key: string): any;
|
|
317
317
|
static BufferToText(buffer: Buffer, key: string): string;
|
|
318
318
|
static ReadDirectory(path: string): Array<string>;
|
|
319
|
-
static EnumDirectoryFiles(sDirectory: string, filter: Array<string>, pfCallback: Function): void;
|
|
319
|
+
static EnumDirectoryFiles(sDirectory: string, filter: Array<string>, pfCallback: Function, pfCallbackDirectory?: Function): void;
|
|
320
320
|
}
|
|
321
321
|
|
|
322
322
|
interface FileCacheInfo {
|