t-comm
Version:
专业、稳定、纯粹的工具库
12 lines (8 loc) • 323 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
function getGameletPixuiFrame() {
// eslint-disable-next-line @typescript-eslint/no-require-imports
var gameletPixuiFrame = require('gamelet-pixui-frame');
return gameletPixuiFrame;
}
exports.getGameletPixuiFrame = getGameletPixuiFrame;