UNPKG

infinite-scroll-svelte

Version:

Wrapper that fires events when the user has scrolled it to the beginning or end

7 lines (6 loc) 201 B
export declare class Throttle { private throttleIntervalMs; private nextThrottleTime; constructor(throttleIntervalMs: number, nextThrottleTime?: number); get isThrottling(): boolean; }