UNPKG

docutils-ts

Version:

Port of the Python Docutils library to TypeScript

5 lines (4 loc) 132 B
import Output from './output.js'; export default class FileOutput extends Output<any> { write(data: string): Promise<string>; }