UNPKG

twoslash-python

Version:

Twoslash generator for Python - Enhance your Python documentation with TypeScript-like type information

5 lines 287 B
import { createTwoslasherPython } from './twoslasher.js'; import { transformerTwoslashPython } from './transformer.js'; import { rendererRichPython } from './renderer.js'; export { createTwoslasherPython, transformerTwoslashPython, rendererRichPython }; //# sourceMappingURL=index.js.map