UNPKG

@agreed/core

Version:

agreed is a mock server and test client, agreed will be helper for Consumer Driven Contract

10 lines (8 loc) 246 B
"use strict"; module.exports = (obj) => { const isContentJSON = obj.headers && obj.headers["Content-Type"] && obj.headers["Content-Type"].indexOf("application/json") >= 0; return isContentJSON || typeof obj.body === "object"; };