UNPKG

getdocs2ts

Version:

This is a utility that transforms code documented with getdocs-style doc comments into TypeScript definition files

8 lines (7 loc) 187 B
import { TypeInfos } from "./env"; export default function (modules: { name: string; srcFiles: string; outFile: string; header?: string; }[], typeInfos: TypeInfos): void;