Skip to content

Commit

Permalink
Add run, runSync exports (#1792)
Browse files Browse the repository at this point in the history
Reviewed-by: Titus Wormer <tituswormer@gmail.com>
  • Loading branch information
yordis authored Nov 13, 2021
1 parent 2f96fba commit cd95df6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/mdx/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@
export {createProcessor} from './lib/core.js'
export {compile, compileSync} from './lib/compile.js'
export {evaluate, evaluateSync} from './lib/evaluate.js'
export {run, runSync} from './lib/run.js'
export {nodeTypes} from './lib/node-types.js'

1 comment on commit cd95df6

@vercel
Copy link

@vercel vercel bot commented on cd95df6 Nov 13, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

Please sign in to comment.