UNPKG

ketting

Version:

Opinionated HATEOAS / Rest client.

10 lines 238 B
export function needsJsonStringify(input) { if (typeof input === 'string') { return false; } if (input instanceof Blob) { return false; } return true; } //# sourceMappingURL=fetch-body-helper.web.js.map