Package detail

jsdoc-regex

neogeek68.3kMIT1.0.1

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

regex, jsdoc, comments

readme

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]);