Skip to content

Commit

Permalink
Add exports of JsonFile, JsonMessage types
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Feb 7, 2023
1 parent 9fbe614 commit fc8e1ed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
/**
* @typedef {import('./lib/index.js').JsonFile} JsonFile
* @typedef {import('./lib/index.js').JsonMessage} JsonMessage
*/

export {reporterJson as default, reporterJson} from './lib/index.js'

0 comments on commit fc8e1ed

Please sign in to comment.