Skip to content

Commit

Permalink
Add JSDoc based types
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jun 9, 2021
1 parent 16ca56c commit 8256591
Show file tree
Hide file tree
Showing 10 changed files with 216 additions and 36 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ coverage/
node_modules/
/lib/
/index.js
*.d.ts
*.log
.DS_Store
yarn.lock
4 changes: 4 additions & 0 deletions dev/index.js
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
/**
* @typedef {import('./lib/syntax.js').Options} Options
*/

export {mdxJsx} from './lib/syntax.js'
Loading

0 comments on commit 8256591

Please sign in to comment.