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.d.ts
4 lines
(3 loc)
•
144 B
TypeScript
View Raw
1
2
3
4
import
{
Source
}
from
'../interfaces'
;
import
{
Stream
}
from
'../Stream'
;
export
declare
function
getSource<T>(
stream
:
Stream
<T>):
Source
<T>;