UNPKG

docutils-ts

Version:

Port of the Python Docutils library to TypeScript

5 lines (4 loc) 116 B
declare class IndentationError extends Error { constructor(message: string); } export default IndentationError;