UNPKG
flow-map
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
0.0.0
Transform stream which maps each streamed value to another value.
github.com/flow-io/map
flow-io/map
flow-map
/
lib
/
index.js
8 lines
(5 loc)
•
183 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
'use strict'
;
// EXPORTS //
module
.
exports
=
require
(
'./stream.js'
);
module
.
exports
.
objectMode
=
require
(
'./objectMode.js'
);
module
.
exports
.
factory
=
require
(
'./factory.js'
);