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