@pleisto/active-support

    Variable capitalizeConst

    capitalize: (str: string) => string

    Capitalize the first word of the string

    capitalize('hello') -> 'Hello' capitalize('va va voom') -> 'Va va voom'

    Type declaration

      • (str: string): string
      • Parameters

        • str: string

        Returns string

    MMNEPVFCICPMFPCPTTAAATR