/** * The Stream module facilitates creation of {@link Stream}'s. * * @module Stream * * @remarks This module should NOT be used to create {@link Stream}s, see {@link Source} instead. */ export * from './Stream';