site/node_modules/retext/index.d.ts

11 lines
287 B
TypeScript
Raw Normal View History

2024-10-14 06:09:33 +00:00
/// <reference types="retext-latin" />
import type {Root} from 'nlcst'
import type {Processor} from 'unified'
/**
* Create a new unified processor that already uses `retext-latin` and
* `retext-stringify`.
*/
export const retext: Processor<Root, undefined, undefined, Root, string>