kjelsrud.dev/node_modules/retext-stringify/index.d.ts

7 lines
240 B
TypeScript
Raw Normal View History

2023-07-19 21:31:30 +02:00
// This wrapper exists because JS in TS cant export a `@type` of a function.
import type {Root} from 'nlcst'
import type {Plugin} from 'unified'
declare const retextStringify: Plugin<void[], Root, string>
export default retextStringify