UNPKG

bbs-sdk

Version:

SDK for building apps for the TT-BBS system

9 lines (8 loc) 257 B
/** * BBS SDK - Types and utilities for building BBS apps * * This SDK provides all the interfaces and types that apps need to * implement to be compatible with the TT-BBS system. */ export * from './types'; export declare const SDK_VERSION = "1.0.0";