@pamlight/admin
Version:
The library for syncing data changes to multiple devices from your database
9 lines (8 loc) • 317 B
JavaScript
;
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
// common entry point for all library functions and classes exported
__export(require("./controller"));
__export(require("./shared"));