(element, callback, options)
| 94592 | parcelHelpers.defineInteropFlag(exports); |
| 94593 | class Input { |
| 94594 | constructor(element, callback, options){ |
| 94595 | this.element = element; |
| 94596 | this.callback = callback; |
| 94597 | this.options = { |
| 94598 | enable: true, |
| 94599 | ...options |
| 94600 | }; |
| 94601 | } |
| 94602 | } |
| 94603 | exports.default = Input; |
| 94604 |
nothing calls this directly
no outgoing calls
no test coverage detected