mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
2b080cb23f
PR-URL: https://github.com/nodejs/node/pull/40042 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
8 lines
318 B
JavaScript
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';
|