UNPKG

eslint-plugin-comment-length

Version:

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

4 lines 266 B
import type { Context } from "../../typings.context.js"; import type { MultilineBlock } from "./typings.block.js"; export declare function canBlockBeCompated(block: MultilineBlock, context: Context): boolean; //# sourceMappingURL=util.can-block-be-compacted.d.ts.map