longcelot-sheet-db
Version:
Google Sheets-backed staging database adapter for Node.js with schema-first design
12 lines • 986 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SchemaMismatchError = exports.SchemaError = exports.PermissionError = exports.ValidationError = void 0;
var ValidationError_1 = require("./ValidationError");
Object.defineProperty(exports, "ValidationError", { enumerable: true, get: function () { return ValidationError_1.ValidationError; } });
var PermissionError_1 = require("./PermissionError");
Object.defineProperty(exports, "PermissionError", { enumerable: true, get: function () { return PermissionError_1.PermissionError; } });
var SchemaError_1 = require("./SchemaError");
Object.defineProperty(exports, "SchemaError", { enumerable: true, get: function () { return SchemaError_1.SchemaError; } });
var SchemaMismatchError_1 = require("./SchemaMismatchError");
Object.defineProperty(exports, "SchemaMismatchError", { enumerable: true, get: function () { return SchemaMismatchError_1.SchemaMismatchError; } });
//# sourceMappingURL=index.js.map