Function formatString

  • Used for formatting string to echo standard, with - as separator. Returns - if the joined string is empty. Will handle undefined as input argument.

    Parameters

    • Rest ...args: (undefined | string)[]

    Returns string

    {string}

    Export

Generated using TypeDoc