We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d88c728 commit 93e56dcCopy full SHA for 93e56dc
src/Web/UIEvent/InputEvent.purs
@@ -1,17 +1,16 @@
1
module Web.UIEvent.InputEvent
2
( InputEvent
3
- , data_
4
, fromEvent
5
, fromUIEvent
6
- , isComposing
7
, toEvent
8
, toUIEvent
+ , data_
+ , isComposing
9
+ , inputType
10
) where
11
12
import Prelude
13
-import Prelude
14
-
15
import Data.Maybe (Maybe)
16
import Data.Nullable (Nullable, toMaybe)
17
import Unsafe.Coerce (unsafeCoerce)
@@ -45,4 +44,3 @@ foreign import _inputType :: InputEvent -> String
45
44
46
inputType :: InputEvent -> InputType
47
inputType = parse <<< _inputType
48
0 commit comments