codeutils
Variable: codeutils
const codeutils: {
getAllFilesAsMarkDown: () => Promise<string>;
getMatcherList: () => Promise<GetMatcherListTreeResponse>;
matchDetail: (matcher: string) => Promise<getMatchDetail>;
performMatch: (matcherDefinition: object, problemPatterns: any[], problems: any[]) => Promise<MatchProblemResponse>;
};
Defined in: packages/codeboltjs/src/modules/codeutils.ts:13
A utility module for working with code.