UNPKG

docutils-ts

Version:

Port of the Python Docutils library to TypeScript

7 lines (6 loc) 185 B
import BaseReader from '../reader.js'; export default class StandaloneReader extends BaseReader { constructor(args: any); getTransforms(): any[]; } export { StandaloneReader };