JS: Make shared Folder module visible

This commit is contained in:
Asger F
2025-04-24 09:05:36 +02:00
parent 2ce01bfb9a
commit ec9d15bb79

View File

@@ -29,6 +29,8 @@ private module Impl = Make<FsInput>;
class Container = Impl::Container;
module Folder = Impl::Folder;
/** A folder. */
class Folder extends Container, Impl::Folder {
/** Gets the file or subfolder in this folder that has the given `name`, if any. */