Type Alias VirtualFileOutput

VirtualFileOutput: [destination: string, content: Uint8Array]

a virtual file is described as a tuple of its location/destination path name and its file contents as a Uint8Array binary.