Current section
Files
Jump to
Current section
Files
lib/exd_html.ex
defmodule ExdHTML do
@moduledoc """
Adds HTML crawling and parsing functionality to Exd
"""
@type html_node :: {any(), any(), any()}
@type selector :: binary()
end