Skip to content

Commit

Permalink
fix: use type imports
Browse files Browse the repository at this point in the history
  • Loading branch information
nytamin committed Mar 29, 2021
1 parent f18568b commit 373e6b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/api.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as HID from 'node-hid'
import type * as HID from 'node-hid'

/*
* This file contains public type interfaces.
Expand Down
2 changes: 1 addition & 1 deletion src/lib.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as HID from 'node-hid'
import type * as HID from 'node-hid'
/*
* This file contains internal convenience functions
*/
Expand Down

0 comments on commit 373e6b4

Please sign in to comment.