UNPKG

gw2-tooltip-html

Version:

Parses markup text from Guild Wars 2 tooltips to html.

3 lines (2 loc) 145 B
export declare function format(text: string | undefined | null): string; export declare function strip(text: string | undefined | null): string;