jeroentvb/wind-scrape

Fix the exports

jeroentvb opened this issue · 0 comments

Exports aren't working properly. One needs to import like this:

const scrape = require('wind-scrape').default

But it should be like this:

const scrape = require('wind-scrape')