my-swiss-knife: - v1.9.9
    Preparing search index...

    Type Alias DebouncedFunction

    type DebouncedFunction = {
        cancel: () => void;
        (...args: unknown[]): void;
    }
    • Parameters

      • ...args: unknown[]

      Returns void

    Index

    Properties

    Properties

    cancel: () => void