Function strWrapInParenthesis

  • Wraps a given string in parenthesis.

    Parameters

    • input: string

      The string to be wrapped in parenthesis.

    Returns string

    Example

    strWrapInParenthesis('hello');
    //=> '(hello)'

Generated using TypeDoc