UNPKG

@foxy.io/sdk

Version:

Universal SDK for a full server-side and a limited in-browser access to Foxy hAPI.

6 lines (5 loc) 239 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.API = void 0; var API_js_1 = require("./API.js"); Object.defineProperty(exports, "API", { enumerable: true, get: function () { return API_js_1.API; } });