UNPKG

261 BJavaScriptView Raw
1'use strict';
2
3exports.Snekfetch = require('../');
4
5try {
6 exports.SnekfetchSync = require('../sync');
7} catch (err) {} // eslint-disable-line no-empty
8
9exports.TestRoot = global.HTTP_VERSION === 2 ?
10 'https://nghttp2.org/httpbin' :
11 'https://httpbin.org';
12