tranzak-node
Version:
TRANZAK API client for Nodejs
14 lines (13 loc) • 507 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _index = _interopRequireDefault(require("./api/index.js"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
/**
* Copyright 2023 HolyCorn Software
* The TRANZAK API Client library (tranzak-node)
* The purpose of this library, is to facilitate access to the TRANZAK APIs, for Nodejs developers.
*/
var _default = exports.default = _index.default;