/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v22.22.2
tools/doc/deps.mjs
7 строк
318 B
Michaël Zasso
tools: update doc generator dependencies
18 сен 2021, 17:32
Не верифицирован
18 сен 2021, 17:32
2b080cb
Код
Авторство
О чём код?
// 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';