@nicotordev/flowcl-pagos
Version:
SDK en TypeScript para integrar pagos con la API de Flow.cl de manera sencilla y segura.
10 lines • 452 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.Flow = void 0;
// src/index.ts
var flow_1 = require("./clients/flow");
Object.defineProperty(exports, "Flow", { enumerable: true, get: function () { return __importDefault(flow_1).default; } });
//# sourceMappingURL=index.js.map