Sign in
chromium
/
devtools
/
devtools-frontend
/
refs/heads/chromium/4580
/
.
/
node_modules
/
micromark
/
lib
/
stream.d.ts
blob: b814c57b2c781b7e6f77654ab34ecfd6eccb28f2 [
file
] [
edit
]
import
{
EventEmitter
}
from
'events'
import
{
Options
}
from
'./shared-types'
declare
function
stream
(
options
?:
Options
):
EventEmitter
export
default
stream