Sign in
chromium
/
devtools
/
devtools-frontend
/
b0fe9c160b76ac24929bb4d7b932a279389c20c2
/
.
/
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
;