UNPKG

@isentinel/eslint-plugin-comment-length

Version:
8 lines 289 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isJSDocLikeComment = void 0; function isJSDocLikeComment(value) { return value.trimStart().startsWith("@"); } exports.isJSDocLikeComment = isJSDocLikeComment; //# sourceMappingURL=is-jsdoc-like.js.map