Welcome to mirror list, hosted at ThFree Co, Russian Federation.

deps.mjs « doc « tools - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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';