UNPKG

@ixo/supamoto-bot-sdk

Version:

An SDK to easily interact with Supamoto bot db

7 lines 231 B
export * from './api'; export * from './claimsBot'; export * from './db'; export * as BotTypes from './types/bot'; export * as ClaimsBotTypes from './types/claimsBot'; export * as DbTypes from './types/db'; export * from './utils';