• 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.

    Parameters

    • text: string

      the text to convert

    Returns string

Generated using TypeDoc