UNPKG

docutils-ts

Version:

Port of the Python Docutils library to TypeScript

5 lines (4 loc) 152 B
import { Document } from "../types.js"; declare function pojoTranslate(document: Document): {}; export { pojoTranslate }; export default pojoTranslate;