@accounts/rest-client
Version:
REST client for accounts
10 lines • 706 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AccountsJsError = exports.authFetch = exports.RestClient = void 0;
var rest_client_1 = require("./rest-client");
Object.defineProperty(exports, "RestClient", { enumerable: true, get: function () { return rest_client_1.RestClient; } });
var auth_fetch_1 = require("./auth-fetch");
Object.defineProperty(exports, "authFetch", { enumerable: true, get: function () { return auth_fetch_1.authFetch; } });
var accounts_error_1 = require("./accounts-error");
Object.defineProperty(exports, "AccountsJsError", { enumerable: true, get: function () { return accounts_error_1.AccountsJsError; } });
//# sourceMappingURL=index.js.map