lisa-box
Version:
Home automation system L.I.S.A.
16 lines • 609 B
JavaScript
;
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
result["default"] = mod;
return result;
};
Object.defineProperty(exports, "__esModule", { value: true });
const config = __importStar(require("./config/index"));
exports.config = config;
const pkg = __importStar(require("../package.json"));
exports.pkg = pkg;
const api = __importStar(require("./api"));
exports.api = api;
//# sourceMappingURL=index.js.map