8 lines
286 B
JavaScript
8 lines
286 B
JavaScript
/**
|
|
* Game Bridge exports
|
|
* Dành cho game developers tích hợp vào game
|
|
*/
|
|
export { GameBridge, getGameBridge, destroyGameBridge, } from './GameBridge';
|
|
// Re-export types từ sdk-iframe
|
|
export { SDK_MESSAGE_TYPES, } from '../sdk-iframe/types';
|
|
//# sourceMappingURL=index.js.map
|