Skip to content
This repository was archived by the owner on Oct 4, 2020. It is now read-only.

Commit 54ba2ce

Browse files
Tom Hardinggaryb
authored andcommitted
Export toArray from HTMLCollection (#113)
... Oops. Previously, `toArray` wasn't exported. This has now been corrected.
1 parent e0d3e83 commit 54ba2ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DOM/Node/HTMLCollection.purs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ module DOM.Node.HTMLCollection
22
( length
33
, item
44
, namedItem
5+
, toArray
56
) where
67

78
import Prelude

0 commit comments

Comments
 (0)