UNPKG

@neodx/vfs

Version:

Simple virtual file system - working dir context, lazy changes, different modes, integrations and moreover

9 lines (8 loc) 267 B
const e = Symbol('vfs-plugin'); exports.createVfsPlugin = function (n, t) { function r(e, n) { return t(e, n); } return Object.defineProperty(r, 'name', { value: n }), Object.assign(r, { [e]: n }); }; //# sourceMappingURL=create-vfs-plugin-Bg0LL_-h.cjs.map