UNPKG

@tempest/core

Version:

The core of the Tempest Stream Library

4 lines (3 loc) 144 B
import { Source } from '../interfaces'; import { Stream } from '../Stream'; export declare function getSource<T>(stream: Stream<T>): Source<T>;