UNPKG

docutils-ts

Version:

Port of the Python Docutils library to TypeScript

9 lines (8 loc) 200 B
import Transform from '../transform.js'; export declare class SectNum extends Transform { private start?; private maxDepth?; private startValue?; private prefix?; apply(): void; }