The return type is a read-only of generic type variables in order , and .
Returns
The return value is a read-only consisting of the chars, , and chars.
Example usage
// Example usage.
import { Wrapper } from '@angular-package/wrapper';
const longText = new Wrapper('{', '}', '{This is a long text}');
// Returns ['{', '{This is a long text}', '}'].
longText.toArray();