UNPKG

docutils-ts

Version:

Port of the Python Docutils library to TypeScript

4 lines (3 loc) 88 B
export default class TransformError extends Error { constructor(message: string); }