Actually add the docs

This commit is contained in:
Evan Czaplicki 2013-09-12 14:28:23 -07:00
parent ab7a1d74ce
commit e3032ab664

View file

@ -3,6 +3,9 @@ module JavaScript.Experimental where
Elm records and JavaScript objects. It currently uses a best effort Elm records and JavaScript objects. It currently uses a best effort
conversion that can cause runtime errors. This API should change and conversion that can cause runtime errors. This API should change and
improve as we find its key failings. improve as we find its key failings.
# Converting between Elm records and JS Objects
@docs toRecord, fromRecord
-} -}
import JavaScript (JSObject) import JavaScript (JSObject)