UNPKG

@awesome-fe/translate

Version:
4 lines (3 loc) 198 B
import { Asciidoctor } from '@asciidoctor/core'; import ProcessorOptions = Asciidoctor.ProcessorOptions; export declare function adocToTinyHtml(content: string, options?: ProcessorOptions): string;