Logos DX
    Preparing search index...

    Interface DebouncedFunction<T>

    interface DebouncedFunction<T extends Func> {
        cancel(): void;
        flush(): ReturnType<T> | undefined;
        (...args: Parameters<T>): void;
    }

    Type Parameters

    Index

    Methods

    Methods