@jsvision/web / FileTree
Type Alias: FileTree
FileTree =
object
Defined in: virtual-fs.ts:18
A seed tree: a string value is a file's UTF-8 content; a nested record is a directory. A top-level key may be an absolute path (e.g. '/home/demo'), which seeds at that path; nested keys are names.
Index Signature
[name: string]: string | FileTree