Interface Streams

interface Streams {
    get(stream: string): Promise<Stream>;
}

Methods

Methods

  • Parameters

    • stream: string

    Returns Promise<Stream>