UNPKG

docutils-ts

Version:

Port of the Python Docutils library to TypeScript

6 lines (5 loc) 211 B
import { TransformType } from "../types.js"; declare const supported: string[]; declare const transforms = ""; declare function getTransforms(): TransformType[]; export { supported, transforms, getTransforms };