UNPKG

@kitten-science/kitten-analysts

Version:
17 lines 535 B
import { gaugeFactory } from "./factory.js"; export const kg_festival_days = (cache, remote) => gaugeFactory({ cache, remote, help: "The remaining duration of the festival.", name: "kg_festival_days", labelNames: ["client_type", "guid", "location"], require: "getCalendar", extract(client_type, guid, location, element, subject) { subject.set({ client_type, guid, location, }, element.festivalDays); }, }); //# sourceMappingURL=kg_festival_days.js.map