import { linkify } from '@src/hylo-components/utils/usefull/usefull';
Converts all links in a text to clickable html links. Finds http, https, ftp and file.
the text to convert
Generated using TypeDoc
import { linkify } from '@src/hylo-components/utils/usefull/usefull';
Converts all links in a text to clickable html links. Finds http, https, ftp and file.