UNPKG
@ezdevlol/memfs
Version:
latest (4.23.0)
4.23.0
In-memory file-system with Node's fs API.
github.com/streamich/memfs
streamich/memfs
@ezdevlol/memfs
/
lib
/
snapshot
/
index.js
5 lines
(4 loc)
•
103 B
JavaScript
View Raw
1
2
3
4
5
export
*
from
'./constants'
;
export
*
from
'./sync'
;
export
*
from
'./binary'
;
export
*
from
'./json'
;