Files
dd0c-site/node_modules/retext-stringify/index.d.ts

15 lines
276 B
TypeScript
Raw Normal View History

2026-03-22 20:00:13 +00:00
import type {Root} from 'nlcst'
import type {Plugin} from 'unified'
/**
* Add support for serializing natural language.
*
* @this
* Unified processor.
* @returns
* Nothing.
*/
declare const retextStringify: Plugin<[], Root, string>
export default retextStringify