Sign in
chromium
/
devtools
/
devtools-frontend
/
16fdb75b73a809fa2fce8b349df4c5361b4786e2
/
.
/
node_modules
/
table
/
dist
/
src
/
createStream.d.ts
blob: 9c2df8eb5bc934705ac788a0267c1d563083ef8c [
file
]
import
type
{
StreamUserConfig
,
WritableStream
}
from
'./types/api'
;
export
declare
const
createStream
:
(
userConfig
:
StreamUserConfig
)
=>
WritableStream
;