We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
FileRecord
DirectoryRecord
1 parent c14d903 commit f941402Copy full SHA for f941402
src/asar.ts
@@ -409,4 +409,4 @@ export function extractAll(archivePath: string, dest: string) {
409
}
410
411
412
-export { uncacheAll, uncacheFilesystem as uncache } from './disk.js';
+export { uncacheAll, uncacheFilesystem as uncache, FileRecord, DirectoryRecord } from './disk.js';
0 commit comments