mirror of
https://github.com/sern-handler/website
synced 2026-06-16 21:02:22 +00:00
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
|