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
/
types.js
9 lines
(8 loc)
•
241 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
/** * Type definitions for the TT-BBS App API * * These types define the interfaces that BBS apps must implement * to be compatible with the TT-BBS system. */
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});