forked from lix-project/lix-website
7 lines
156 B
TypeScript
7 lines
156 B
TypeScript
import {EventEmitter} from 'events'
|
|
import {Options} from './shared-types'
|
|
|
|
declare function stream(options?: Options): EventEmitter
|
|
|
|
export default stream
|