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

15 lines
276 B
TypeScript
Raw Normal View History

2024-10-14 06:09:33 +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