UNPKG

docutils-ts

Version:

Port of the Python Docutils library to TypeScript

9 lines (8 loc) 278 B
import Parser from '../parser.js'; import { ParserConsructor } from "../types.js"; declare function getParserClass(parserName: string): ParserConsructor; declare const _default: { getParserClass: typeof getParserClass; Parser: typeof Parser; }; export default _default;