UNPKG

groq-builder

Version:

A **schema-aware**, strongly-typed GROQ query builder. It enables you to build GROQ queries using **auto-completion**, **type-checking**, and **runtime validation**.

11 lines 295 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const groq_builder_1 = require("../groq-builder"); groq_builder_1.GroqBuilder.implementProperties({ star: { get() { return this.chain("*"); }, }, }); //# sourceMappingURL=star.js.map