UNPKG
rx-debugger
Version:
latest (7.1.0)
7.1.0
7.0.1
7.0.0
6.1.0
6.0.0
0.1.2
0.1.1
0.1.0
0.0.12
0.0.11
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Easily debug rxjs pipes
github.com/corradodellorusso/rx-debugger
rx-debugger
/
dist
/
common
/
interface.d.ts
7 lines
•
280 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
OperatorFunction
}
from
'rxjs'
;
export
interface
Type
<T>
extends
Function
{
new
(...
args
:
any
[]): T; }
export
declare
type
PipeOperator
=
OperatorFunction
<
any
,
any
>;
export
declare
const
META_OPERATOR_NAME_KEY
=
"__name"
;
//# sourceMappingURL=interface.d.ts.map