Skip to content

Commit

Permalink
Add options to exported types
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed May 1, 2021
1 parent 9a7c317 commit d961785
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').StringifyEntitiesLightOptions} StringifyEntitiesLightOptions
* @typedef {import('./lib/index.js').StringifyEntitiesOptions} StringifyEntitiesOptions
*/

export * from './lib/index.js'

0 comments on commit d961785

Please sign in to comment.