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

    Variable bind_string_atConst

    bind_string_at: <
        S extends String,
        SB extends any[],
        SR extends undefined | string,
    >(
        thisArg: S,
    ) => (...args: SB) => SR = ...

    binding function for String.prototype.at.

    Type declaration

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

        • S extends String
        • SB extends any[]
        • SR extends undefined | string

        Parameters

        • thisArg: S

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