Function strWrapInDoubleQuotes

  • Wraps a given string in double quotes.

    Parameters

    • input: string

      The string to be wrapped in double quotes.

    Returns string

    Example

    strWrapInDoubleQuotes('Hello World');
    //=> '"Hello World"'

Generated using TypeDoc