Function htmlify

  • Like domify(), but returns the HTML for a constructed element instead of the element itself.

    Parameters

    • Rest ...args: [tagName: string, attributes?: Record<string, undefined | string>, children: (string | number | Element)[]]

    Returns string

Generated using TypeDoc