Function strWrapInSingleQuotes

  • Wraps a given string in single quotes.

    Parameters

    • input: string

      The string to be wrapped in single quotes.

    Returns string

    Example

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

Generated using TypeDoc