download
raw
361 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:
361 Bytes
·
Xet hash:
77e0229b3e70ae3d30f471f5744d7aabd1861249be92f880f8b79d5d78c0d54e

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