UNPKG

docutils-ts

Version:

Port of the Python Docutils library to TypeScript

5 lines (4 loc) 165 B
import { Document } from "../types.js"; declare function htmlTranslate(document: Document): Promise<string>; export { htmlTranslate }; export default htmlTranslate;