Wraps a value with a prefix and suffix.
The value to wrap.
The wrapper prefix value.
Optional
Optional wrapper suffix value. If omitted, prefix is used.
The wrapped string.
0.14.0
TypeError If value is null or undefined.
Wraps a value with a prefix and suffix.