UNPKG

eslint-plugin-comment-length

Version:

An ESLint plugin that provides rules that limit the line length of your comments

4 lines 259 B
import type { Context } from "../../typings.context.js"; import type { MultilineBlock } from "./typings.block.js"; export declare function extractBlocksFromMultilineComment(context: Context): MultilineBlock[]; //# sourceMappingURL=util.extract-blocks.d.ts.map