Skip to content

Commit

Permalink
fix: export more declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
calimanco committed Apr 3, 2021
1 parent e7d274b commit 45d09c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@ process.title = pkg.name
process.env.version = pkg.version
process.env.templateDir = join(__dirname, '..', 'templates')

// export types
export * from './declarations'

// export main
export default playAnywhere

0 comments on commit 45d09c9

Please sign in to comment.