UNPKG

@surveycake/utils

Version:

SurveyCake Javascript Utils

12 lines (11 loc) 225 B
/** * @module formatter */ /** * strip html by document. */ export declare function stripHtml(html: string): string; /** * strip html by regexp */ export declare function stripHtmlTags(html: string): string;