UNPKG
tap-stream-helpers
Version:
latest (1.0.0)
1.0.0
0.0.2
0.0.1
0.0.0
Test Anything Protocol helpers
tap-stream-helpers
/
index.js
5 lines
(3 loc)
•
128 B
JavaScript
View Raw
1
2
3
4
5
'use strict'
;
exports
.
tapStream
=
require
(
'./src/tap-stream'
);
exports
.
tapStringBuilder
=
require
(
'./src/tap-string-builder'
);