@matthamlin/jsdoc-comment-parser
v1.0.0
Published
A quick and dirty jsdoc comment parser - copied and modified from [comment-parser](https://github.com/syavorsky/comment-parser).
Readme
@matthamlin/jsdoc-comment-parser
A quick and dirty jsdoc comment parser - copied and modified from comment-parser.
API
import commentParser from '@matthamlin/jsdoc-comment-parser'
let data = commentParser(`/*
* @param {number} foo Something
*/`)