UNPKG

@capsitech/idle-timer

Version:

Activity detection for React.js

11 lines (10 loc) 281 B
/** * istanbul ignore next * * This block can be ignored because we are not testing * the built in window BroadcastChannel, only this polyfill. */ export declare const BroadcastChannel: { new (name: string): BroadcastChannel; prototype: BroadcastChannel; };