summaryrefslogtreecommitdiff
path: root/tools/doc/deps.mjs
blob: 89e7f88d42476c1d44c692ab977c0701c6ccc7e9 (plain)
1
2
3
4
5
6
7
// Re-exporting dependencies for tests in test/doctool.

export { default as rehypeRaw } from 'rehype-raw';
export { default as rehypeStringify } from 'rehype-stringify';
export { default as remarkParse } from 'remark-parse';
export { default as remarkRehype } from 'remark-rehype';
export { unified } from 'unified';