Skip to content

okfBundleToFs

function okfBundleToFs(files, mountRoot?): FileSystem;

Build an OKF bundle into an InMemoryFs from a { path: content } map.

Parameter Type Default value

files

Record<string, string>

undefined

mountRoot

string

''

FileSystem