jsdoc-regex
Regular expression for matching JSDoc comment blocks and the code below them.
Install
$ npm install jsdoc-regex --save
Usage
const jsdocRegex = require('jsdoc-regex');
const methods = contents.match(jsdocRegex());
console.log(methods[0]);