UNPKG
@chec/cli
Version:
latest (1.3.0)
1.3.0
1.2.1
1.2.0
1.1.0
1.0.0
1.0.0-beta2
1.0.0-beta1
A command line interface for using the Chec API
github.com/chec/cli
chec/cli
@chec/cli
/
src
/
helpers
/
stream-writer.js
4 lines
(2 loc)
•
92 B
JavaScript
View Raw
1
2
3
4
const
{
Writer
} =
require
(
'fstream'
)
module
.
exports
.
create
=
options
=>
new
Writer
(options)