UNPKG

simpfor-fun-sdk

Version:

TypeScript SDK for interacting with the Simpfor.fun API, including copy trading and authentication flows.

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