export { default as scrape } from './scrape';
export { default as getDOM } from './getDOM';
export { default as extractFromDOM } from './extractFromDOM';
