request: import Buffer 🐛

related: #281
This commit is contained in:
Jannis R 2023-01-06 14:07:30 +01:00
parent 9f85a9af54
commit c2a71b08e8
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5

View file

@ -4,6 +4,7 @@ import {Agent as HttpsAgent} from 'https'
import roundRobin from '@derhuerst/round-robin-scheduler'
import {randomBytes} from 'crypto'
import createHash from 'create-hash'
import {Buffer} from 'node:buffer'
import {stringify} from 'qs'
import {Request, fetch} from 'cross-fetch'
import {parse as parseContentType} from 'content-type'