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

    Variable bind_map_clearConst

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

    binding function for Map.prototype.clear.

    Type declaration

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

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

        Parameters

        • thisArg: S

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