UNPKG

memfs

Version:

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

9 lines 235 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.go = void 0; /** Executes code concurrently. */ const go = (code) => { code().catch(() => { }); }; exports.go = go; //# sourceMappingURL=go.js.map