UNPKG

flexo-sdk

Version:

Official TypeScript SDK for the Flexo API - AI-powered Solana token analytics

5 lines (4 loc) 130 B
import 'dotenv/config'; export * from './types'; export * from './client'; export { FlexoClient as default } from './client';