sanity
Version:
Sanity is a real-time content infrastructure with a scalable, hosted backend featuring a Graph Oriented Query Language (GROQ), asset pipelines and fast edge caches
13 lines (12 loc) • 414 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: !0 });
var presentation = require("@sanity/presentation");
Object.keys(presentation).forEach(function(k) {
k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k) && Object.defineProperty(exports, k, {
enumerable: !0,
get: function() {
return presentation[k];
}
});
});
//# sourceMappingURL=presentation.js.map