(...args)
| 3 | const { PuppeteerBlocker } = require('@ghostery/adblocker-puppeteer'); |
| 4 | const path = require('path'); |
| 5 | const fetch = (...args) => import('node-fetch').then(({default: fetch}) => fetch(...args)); |
| 6 | |
| 7 | const fs = require('fs'); |
| 8 | const dir = require('node-dir'); |
no outgoing calls