astro-ghostcms/.pnpm-store/v3/files/7e/c6b5d063f12f2172ad03d888f21...

7 lines
240 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00: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