UNPKG

ketting

Version:

Opinionated HATEOAS / Rest client.

7 lines 195 B
export function needsJsonStringify(input) { if (typeof input === 'string') { return false; } return !(input instanceof Buffer); } //# sourceMappingURL=fetch-body-helper.js.map