UNPKG

@forabi/memfs

Version:

In-memory file-system with Node's fs API.

8 lines (4 loc) 159 B
import {Volume} from '../src/volume'; const vol = Volume.fromJSON({'./README': 'Hello'}); console.log(vol.toJSON()); console.log(vol.readdirSync('/home'));