UNPKG

docutils-ts

Version:

Port of the Python Docutils library to TypeScript

4 lines (3 loc) 104 B
import { DataError } from '../../exceptions.js'; export default class MarkupError extends DataError { }