UNPKG

@franklx/iubenda-consent-solution-api

Version:

API client to implement Iubenda Consent Solution in backend service

6 lines (5 loc) 300 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IubendaConsentSolution = void 0; var client_1 = require("./src/client"); Object.defineProperty(exports, "IubendaConsentSolution", { enumerable: true, get: function () { return client_1.IubendaConsentSolution; } });