node/tools/doc/deps.mjs

8 lines
318 B
JavaScript

// 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';