ten1seven / what-input

A global utility for tracking the current input method (mouse/pointer, keyboard or touch).
https://ten1seven.github.io/what-input
MIT License
1.35k stars 89 forks source link

Update what-input.d.ts #108

Closed greypants closed 4 years ago

greypants commented 4 years ago

Resolves the following warning:

Top-level declarations in .d.ts files must start with either a 'declare' or 'export' modifier.

fix

Sorry I missed this the first go-round!

The definition file did work fine prior to this - the warning just showed up if you looked at the file directly. I'm still learning the ins and outs of TypeScript. Loving it though!