UNPKG

docutils-ts

Version:

Port of the Python Docutils library to TypeScript

6 lines (5 loc) 204 B
import { Settings } from './settings.js'; import { ReporterInterface } from "./types.js"; export default function newReporter(labeled: { sourcePath: string; }, settings: Settings): ReporterInterface;