UNPKG
@tempest/core
Version:
latest (0.3.1)
0.3.1
0.3.0
0.2.0
0.0.2
0.0.1
The core of the Tempest Stream Library
@tempest/core
/
lib
/
util
/
getSource.js
7 lines
•
229 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
{
Multicast
}
from
'../multicast/Multicast'
;
export
function
getSource
(
stream
) {
return
stream.
source
instanceof
Multicast
? stream.
source
.
source
: stream.
source
; }
//# sourceMappingURL=getSource.js.map