UNPKG

docutils-ts

Version:

Port of the Python Docutils library to TypeScript

7 lines (6 loc) 164 B
declare class DuplicateStateError extends Error { state: string; message: string; constructor(stateName: string); } export default DuplicateStateError;