write a collection of virtual files to your filesystem.
this function accepts virtual files that are either in text (string), binary (Uint8Array), or streamable text/binary (ReadableStream<string | Uint8Array>) formats.
it is important that you provide the configuration parameter's ["dir"] | dir field, so that relative paths can be resolved according to the provided directory.
write a collection of virtual files to your filesystem. this function accepts virtual files that are either in text (
string
), binary (Uint8Array
), or streamable text/binary (ReadableStream<string | Uint8Array>
) formats. it is important that you provide the configuration parameter's ["dir"] |dir
field, so that relative paths can be resolved according to the provided directory.