UNPKG

hercai

Version:

A powerful library for interacting with the Herc.ai API

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