UNPKG

diagram-js

Version:

A toolbox for displaying and modifying diagrams on the web

13 lines 209 B
/** * @param str * * @return */ export function escapeCSS(str: string): string; /** * @param str * * @return */ export function escapeHTML(str: string): string; //# sourceMappingURL=EscapeUtil.d.ts.map