UNPKG

valor-client

Version:

A TypeScript API client for Valor.

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