badgen.net/libs/got.js

7 wiersze
91 B
JavaScript

const got = require('got')
module.exports = got.extend({
json: true,
timeout: 3200
})