File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+ module Web.DOM (module Exports ) where
2
+
3
+ import Web.DOM.CharacterData (CharacterData ) as Exports
4
+ import Web.DOM.ChildNode (ChildNode ) as Exports
5
+ import Web.DOM.Comment (Comment ) as Exports
6
+ import Web.DOM.Document (Document ) as Exports
7
+ import Web.DOM.DocumentFragment (DocumentFragment ) as Exports
8
+ import Web.DOM.DocumentType (DocumentType ) as Exports
9
+ import Web.DOM.DOMTokenList (DOMTokenList ) as Exports
10
+ import Web.DOM.Element (Element ) as Exports
11
+ import Web.DOM.HTMLCollection (HTMLCollection ) as Exports
12
+ import Web.DOM.Node (Node ) as Exports
13
+ import Web.DOM.NodeList (NodeList ) as Exports
14
+ import Web.DOM.NodeType (NodeType ) as Exports
15
+ import Web.DOM.NonDocumentTypeChildNode (NonDocumentTypeChildNode ) as Exports
16
+ import Web.DOM.NonElementParentNode (NonElementParentNode ) as Exports
17
+ import Web.DOM.ParentNode (ParentNode ) as Exports
18
+ import Web.DOM.ProcessingInstruction (ProcessingInstruction ) as Exports
19
+ import Web.DOM.Text (Text ) as Exports
You can’t perform that action at this time.
0 commit comments