@tempots/std > DebounceOptions
Options for debouncing a function.
Signature:
export type DebounceOptions = { atBegin?: boolean; };