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
/
json.d.ts
3 lines
(2 loc)
•
139 B
TypeScript
View Raw
1
2
3
/// <reference types="node" />
export
declare
function
jsonStreamToObject
(
stream
:
NodeJS
.
ReadWriteStream
):
Promise
<
Record
<
string
,
any
>>;