@tempots/std

DebounceOptions type

Options for debouncing a function.

Signature:

export type DebounceOptions = {
    atBegin?: boolean;
};