UNPKG

docutils-ts

Version:

Port of the Python Docutils library to TypeScript

8 lines (7 loc) 266 B
import StringList from "../stringList.js"; export default class UnexpectedIndentationError extends Error { block: StringList; source: string | undefined; lineno: number | undefined; constructor(block: StringList, source?: string, lineno?: number); }