UNPKG

@cocalc/database

Version:

CoCalc: code for working with our PostgreSQL database

6 lines 287 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.syncSchema = void 0; var sync_1 = require("./sync"); Object.defineProperty(exports, "syncSchema", { enumerable: true, get: function () { return sync_1.syncSchema; } }); //# sourceMappingURL=index.js.map