UNPKG

whmcs-sdk

Version:

A comprehensive and easy-to-use Node SDK, designed to simplify interactions with the WHMCS API and streamline your development process.

6 lines 291 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.whmcsApi = void 0; var client_1 = require("./lib/client"); Object.defineProperty(exports, "whmcsApi", { enumerable: true, get: function () { return client_1.whmcsApi; } }); //# sourceMappingURL=index.js.map