kjelsrud.dev/node_modules/retext-latin/index.d.ts

9 lines
285 B
TypeScript
Raw Normal View History

2023-07-19 21:31:30 +02:00
// 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