UNPKG
subsiphon
Version:
latest (2.0.0)
2.0.0
1.1.2
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
RxJS subscription manager
github.com/shobeiry/subsiphon
shobeiry/subsiphon
subsiphon
/
dist
/
siphon.decorator.d.ts
7 lines
(6 loc)
•
175 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
interface
SiphonOptions
{
include
?:
string
[]; exclude?:
string
[]; log?:
boolean
; } export
declare
function
Siphon
(
options?: SiphonOptions
):
ClassDecorator
;