index.js 115 B

1234
  1. import ScraperInterface from './ScraperInterface'
  2. export { ScraperInterface }
  3. export default { ScraperInterface }