UNPKG

markdown-links-check

Version:

This lib extract the links in a markdown file, has two options: an array result with all links in the file with the title and the URL or test all the URLs and return the status code for each one.

12 lines 181 B
module.exports = { presets: [ [ '@babel/preset-env', { targets: { node: 'current' } } ] ] };