UNPKG

pagehtml

Version:

A tool to grab and process a website's html.

8 lines (6 loc) 122 B
/** * htmlPage module * @module htmlPage */ const PageHTML = require('./src/htmlScraper'); module.exports = PageHTML;