UNPKG

a2r

Version:
4 lines (3 loc) 162 B
import ts from 'typescript'; declare const getParamsTypes: (nodes: ts.Node[], sourceFile?: ts.SourceFile | undefined) => string[]; export default getParamsTypes;