@exchanges/binance
Version:
Exchange provider for Binance API
9 lines • 377 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getBodyPath = void 0;
const makeQueryString_1 = require("./makeQueryString");
function getBodyPath(data) {
return typeof data === 'undefined' || data === null ? '' : (0, makeQueryString_1.makeQueryString)(data);
}
exports.getBodyPath = getBodyPath;
//# sourceMappingURL=getBodyPath.js.map