Skip to content

Commit f941402

Browse files
authored
fix: export FileRecord and DirectoryRecord types (#370)
1 parent c14d903 commit f941402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/asar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,4 +409,4 @@ export function extractAll(archivePath: string, dest: string) {
409409
}
410410
}
411411

412-
export { uncacheAll, uncacheFilesystem as uncache } from './disk.js';
412+
export { uncacheAll, uncacheFilesystem as uncache, FileRecord, DirectoryRecord } from './disk.js';

0 commit comments

Comments
 (0)