astro-ghostcms/.pnpm-store/v3/files/fd/ebbd5b5bcb569d4c2f17e3a9647...

9 lines
285 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// This wrapper exists because JS in TS cant export a `@type` of a function.
import type {Root} from 'nlcst'
import type {Plugin, ParserClass} from 'unified'
export const Parser: ParserClass<Root>
declare const retextLatin: Plugin<void[], string, Root>
export default retextLatin