fss
v1.0.0
Published
fs.fooSync => fs.sync.foo
Downloads
323
Readme
fss
A replacement for node's core fs
module which extends it with the
extra namespace fs.sync
. Instead of
fs = require('fs')
fs.readFileSync(path)
one writes
fs = require('fss')
fs.sync.readFile(path)
primarily because I think this is much cleaner.
acknowledgments
More or less entirely stolen from fs-mode.