Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
crutchcorn committed Nov 26, 2021
1 parent 19d267d commit 73fbcf9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/events.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
import {eventMap} from './event-map'

/**
* Silence TypeScript errors
* @type {*}
*/
const fireEvent = (instance, event) => {
fireEvent[event](instance);
}
Expand Down

0 comments on commit 73fbcf9

Please sign in to comment.