Current section

Files

Jump to
exd_plugin_html lib exd_html.ex
Raw

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