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

    Variable bind_string_codePointAtConst

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

    binding function for String.prototype.codePointAt.

    Type declaration

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

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

        Parameters

        • thisArg: S

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