UNPKG

eslint-plugin-comment-length

Version:

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

7 lines (5 loc) 157 B
function isJSDocLikeComment(value) { return value.trimStart().startsWith("@"); } export { isJSDocLikeComment }; //# sourceMappingURL=is-jsdoc-like.js.map