UNPKG

docutils-ts

Version:

Port of the Python Docutils library to TypeScript

4 lines (3 loc) 169 B
import { Document, LoggerType } from "../types.js"; declare function parse(inputstring: string, document: Document, logger: LoggerType): Document; export default parse;