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

    Variable bind_array_spliceConst

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

    binding function for Array.prototype.splice.

    Type declaration

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

        • S extends unknown[]
        • SB extends any[]
        • SR extends unknown[]

        Parameters

        • thisArg: S

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