@yesstudio/yes-utils
    Preparing search index...

    Function uncapitalise

    • Converts the first character of string to lower case.

      Type Parameters

      • T extends string
      • U = Uncapitalize<T>

      Parameters

      • string: T

        The string to convert.

      Returns U

      Returns the uncapitalised string.

      uncapitalise('Hello, world!')
      // => 'hello, world!'