@melonproject/ea-bitfinex
Version:
Integration for the Bitfinex API.
21 lines (18 loc) • 729 B
JavaScript
(function (factory) {
typeof define === 'function' && define.amd ? define(factory) :
factory();
}(function () { 'use strict';
var __importStar = (undefined && undefined.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
result["default"] = mod;
return result;
};
Object.defineProperty(exports, "__esModule", { value: true });
const abstract = __importStar(require("./abstract"));
exports.abstract = abstract;
const api = __importStar(require("./api"));
exports.api = api;
}));
//# sourceMappingURL=bundle.umd.js.map