Wraps a given string in braces.
The string to be wrapped in braces.
strWrapInBraces('hello');//=> "{hello}" Copy
strWrapInBraces('hello');//=> "{hello}"
Generated using TypeDoc
Wraps a given string in braces.