UNPKG

182 BTypeScriptView Raw
1import { ITypedef } from '../Interfaces';
2declare function concatenateTypeDefs(typeDefinitionsAry: ITypedef[], calledFunctionRefs?: any): string;
3export default concatenateTypeDefs;