UNPKG

@forabi/memfs

Version:

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

5 lines (3 loc) 121 B
const errors = require('../src/internal/errors'); const err = new errors.TypeError('ENOENT', 'Test'); console.log(err);