The return value is a new instance of with the primitive value of the provided opening and closing if set properly, otherwise with an empty .
Usage
// Example usage.
import { Wrap } from '@angular-package/text';
// Returns Wrap{'[]'}
new Wrap('[', ']');
// Returns Wrap{''}
new Wrap(null as any, null as any);