UNPKG

eslint-plugin-complete

Version:

An ESLint plugin that contains useful rules.

4 lines 272 B
import { TSESTree } from "@typescript-eslint/utils"; export declare function getJSDocComments(comments: readonly TSESTree.Comment[]): readonly TSESTree.Comment[]; export declare function getTextFromJSDocComment(comment: string): string; //# sourceMappingURL=jsdoc.d.ts.map