Skip to content

Commit

Permalink
feat: expose wdi5 class
Browse files Browse the repository at this point in the history
  • Loading branch information
vobu committed Feb 15, 2022
1 parent 6b075ca commit e88b25a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import Launcher from "./launcher"
import Service from "./service"
import { wdi5 as _wdi5 } from "./wdi5"

export default Service
export const launcher = Launcher
export const wdi5 = _wdi5

0 comments on commit e88b25a

Please sign in to comment.