Files
sentence1/G102-sequence/sdk/package/dist/esm/game-bridge/index.js
lubukhu 65fd0158a3
All checks were successful
Deploy to Production / deploy (push) Successful in 8s
up
2026-01-24 13:35:11 +07:00

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