4 lines
150 B
TypeScript
4 lines
150 B
TypeScript
![]() |
/** @type {import('unified').Plugin<void[], Root, string>} */
|
||
|
export default function retextStringify(): void
|
||
|
export type Root = import('nlcst').Root
|