UNPKG
node-make
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.0
0.2.3
0.2.2
0.2.1
0.2.0
0.0.32
0.0.31
0.0.26
0.0.25
0.0.24
0.0.23
0.0.22
0.0.21
0.0.13
0.0.12
0.0.11
0.0.4
0.0.3
0.0.1
Task driven build tool.
github.com/egoist/node-make
egoist/node-make
node-make
/
lib
/
built-in-fs.js
9 lines
(6 loc)
•
168 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
const
memFs =
require
(
'mem-fs'
)
const
editor =
require
(
'mem-fs-editor'
)
const
store = memFs.
create
()
const
fs = editor.
create
(store)
module
.
exports
= fs