• If the string is already in snake case, then return true.

    Parameters

    • str: string

      The string to check.

    Returns boolean

    A boolean value.

Generated using TypeDoc