The return value is the of a generic type variable .
Example usage
// Example usage.wrapper
import { Wrapper } from '@angular-package/wrapper';
const longText = new Wrapper('{', '}', '{This is a long text}');
// Returns {This is a long text}.
longText.unwrap();