We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f400444 commit ae7bfefCopy full SHA for ae7bfef
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