ktongue's picture
download
raw
344 Bytes
export declare class Timeout {
static create(): Timeout;
currentId: ReturnType<typeof setTimeout> | null;
/**
* Executes `fn` after `delay`, clearing any previously scheduled call.
*/
start(delay: number, fn: Function): void;
clear: () => void;
disposeEffect: () => () => void;
}
export default function useTimeout(): Timeout;

Xet Storage Details

Size:
344 Bytes
·
Xet hash:
8d4523427d712746e371bafa64bfdcb1060dee5c2c7096bafc869151f2b64877

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.