UNPKG

infinite-scroll-svelte

Version:

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

3 lines (2 loc) 168 B
export declare const genRandomId: () => string; export declare const promiseWithRejectTimeout: (fn: () => Promise<any>, timeoutFailInSecs: number) => Promise<unknown>;