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
/
shared.js
3 lines
(2 loc)
•
108 B
JavaScript
View Raw
1
2
3
import
{
Writer
}
from
'@jsonjoy.com/util/lib/buffers/Writer'
;
export
const
writer =
new
Writer
(
1024
*
32
);