* @todo come up with a better type for source and result * * @typedef {any} StreamSource * @typedef {any} StreamResult * * This function is used on the server to stream data to the client. * * @internal * @param {StreamSource} source * @returns {StreamResult}
(source)