Sha256: 33637e3bc64edd2075d4071c55d60b32bdb0d243652977c66c964021b6fc8066
Contents?: true
Size: 286 Bytes
Versions: 53
Compression:
Stored size: 286 Bytes
Contents
import { Scheduler } from '../Scheduler'; import { SubscriptionLog } from './SubscriptionLog'; export declare class SubscriptionLoggable { subscriptions: SubscriptionLog[]; scheduler: Scheduler; logSubscribedFrame(): number; logUnsubscribedFrame(index: number): void; }
Version data entries
53 entries across 51 versions & 5 rubygems