Skip to content

Regular expression for matching JSDoc comment blocks.

License

Notifications You must be signed in to change notification settings

neogeek/jsdoc-regex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jsdoc-regex

Build Status Greenkeeper badge

Regular expression for matching JSDoc comment blocks.

Install

$ npm install jsdoc-regex --save

Usage

const jsdocRegex = require('jsdoc-regex');

const methods = contents.match(jsdocRegex());

console.log(methods[0]);

About

Regular expression for matching JSDoc comment blocks.

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published