UNPKG

ketting

Version:

Opiniated HATEAOS / Rest client.

13 lines 357 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.needsJsonStringify = needsJsonStringify; function needsJsonStringify(input) { if (typeof input === 'string') { return false; } if (input instanceof Blob) { return false; } return true; } //# sourceMappingURL=fetch-body-helper.web.js.map