firewalk
Version:
A collection traversal library for Firestore
8 lines • 594 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.InvalidConfigError = exports.ImplementationError = void 0;
var ImplementationError_1 = require("./ImplementationError");
Object.defineProperty(exports, "ImplementationError", { enumerable: true, get: function () { return ImplementationError_1.ImplementationError; } });
var InvalidConfigError_1 = require("./InvalidConfigError");
Object.defineProperty(exports, "InvalidConfigError", { enumerable: true, get: function () { return InvalidConfigError_1.InvalidConfigError; } });
//# sourceMappingURL=index.js.map