UNPKG

getdocs2ts

Version:

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

4 lines (3 loc) 183 B
import { TypeInfos } from "./env"; import { ModuleContents } from "./types"; export declare function exportedTypeInfos(moduleName: string, moduleContents: ModuleContents): TypeInfos;