From 89b9320cc3f1f81f86e76b5779342387b3407c4d Mon Sep 17 00:00:00 2001 From: rhpidfyre Date: Sun, 16 Mar 2025 15:01:16 -0400 Subject: [PATCH] this should be an exported type --- src/rt/rfwfs/main.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rt/rfwfs/main.ts b/src/rt/rfwfs/main.ts index fddcf84..376fcfa 100644 --- a/src/rt/rfwfs/main.ts +++ b/src/rt/rfwfs/main.ts @@ -162,6 +162,7 @@ rfwfs.directory = function(default_name: string, default_permis export default rfwfs export { type EntryCollection, + type RfwfsDirectory, type FileInner, type EntryFile, type Entry,