Home > @infiniteobjects/core-library-node > Html
Utilities to transform HTML strings
Signature:
export declare class Html
Method | Modifiers | Description |
---|---|---|
makeLinksExternal(html) | static |
Make all non relative links in html string open in a new tab |
sanitize(html, makeLinksExternal) | static |
Sanitize html string |