UNPKG

jsdoc-regex

Version:

Regular expression for matching JSDoc comment blocks and the code below them.

6 lines (3 loc) 101 B
module.exports = function jsdocRegex () { return /[ \t]*\/\*\*\s*\n([^*]*(\*[^/])?)*\*\//g; };