UNPKG

go-fetch

Version:
5 lines (3 loc) 194 B
module.exports = function(res) { return res !== null && typeof(res) === 'object' && typeof(res.status) === 'number' && typeof(res.reason) === 'string' && typeof(res.headers) === 'object'; };