3 lines
80 B
TypeScript
3 lines
80 B
TypeScript
declare function striptags(html?: string | String): string;
|
|
export = striptags;
|