UNPKG

@angular-package/wrapper

Version:

Wrap the text with the opening and closing chars.

2 lines (1 loc) 145 B
export declare type Wrapped<Opening extends string = '', Text extends string = '', Closing extends string = ''> = `${Opening}${Text}${Closing}`;