## Breaking changes in v1.0.0! - line `comment.type` was changed from `line` to `LineComment` - block `comment.type` was changed from `block` to `BlockComment` ## Usage Add to your Node.js/JavaScript project with the following line of code: ```js const extract = require('esprima-extract-comments'); ``` ## API {%= apidocs('index.js') %}