UNPKG
bbs-sdk
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
SDK for building apps for the TT-BBS system
bbs-sdk
/
dist
/
index.d.ts
9 lines
(8 loc)
•
257 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/** * 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"
;