UNPKG
tranquil-stream
Version:
latest (0.1.0)
0.1.0
0.0.1
Working with streams, keeping it simple.
github.com/tewen/tranquil-stream
tranquil-stream
/
dist
/
index.d.ts
3 lines
(2 loc)
•
90 B
TypeScript
View Raw
1
2
3
export
{ bufferToStream }
from
'./buffer'
;
export
{ jsonStreamToObject }
from
'./json'
;