UNPKG

dragonbones-runtime

Version:

the tools to build dragonbones file for diffrent framework

12 lines (11 loc) 267 B
var service = require("../service/index"); var Service = (function () { function Service() { } Service.prototype.execute = function () { service.server.run(); return DontExitCode; }; return Service; }()); module.exports = Service;