@oazmi/kitchensink - v0.9.13
    Preparing search index...

    Variable bind_set_clearConst

    bind_set_clear: <S extends Set<unknown>, SB extends any[], SR extends void>(
        thisArg: S,
    ) => (...args: SB) => SR = ...

    binding function for Set.prototype.clear.

    Type declaration

      • <S extends Set<unknown>, SB extends any[], SR extends void>(
            thisArg: S,
        ): (...args: SB) => SR
      • Type Parameters

        • S extends Set<unknown>
        • SB extends any[]
        • SR extends void

        Parameters

        • thisArg: S

        Returns (...args: SB) => SR