UNPKG

docutils-ts

Version:

Port of the Python Docutils library to TypeScript

6 lines (5 loc) 149 B
declare class UnknownStateError extends Error { private state; constructor(state: string, info: string); } export default UnknownStateError;