UNPKG

@isentinel/eslint-plugin-comment-length

Version:
4 lines (3 loc) 143 B
export function isCommentInComment(value: string): boolean { return value.includes("// ") || value.includes("/*") || value.includes("*/"); }