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