Sign in
cobalt
/
cobalt
/
948d11203a7709abef9a72ec8977eab3cddf0fda
/
.
/
third_party
/
devtools
/
node_modules
/
rxjs
/
src
/
internal
/
testing
/
SubscriptionLog.ts
blob: 03858bf38e46c92309f13ef886eb575413e23f6d [
file
]
export
class
SubscriptionLog
{
constructor
(
public
subscribedFrame
:
number
,
public
unsubscribedFrame
:
number
=
Number
.
POSITIVE_INFINITY
)
{
}
}