We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f400444 + ae7bfef commit 11f861bCopy full SHA for 11f861b
src/Data/JSDate.purs
@@ -202,7 +202,7 @@ toDateString :: JSDate -> String
202
toDateString dt = runFn2 dateMethod "toDateString" dt
203
204
-- | Converts a date value to an ISO 8601 Extended format date string.
205
-toISOString :: forall eff. JSDate -> Eff (exception :: EXCEPTION | eff) String
+toISOString :: forall eff. JSDate -> Eff (err :: EXCEPTION | eff) String
206
toISOString dt = runFn2 dateMethodEff "toISOString" dt
207
208
-- | Returns a string representing for a date value.
0 commit comments