function getEventWithCountBySlug
getEventWithCountBySlug(slug: string): Promise<EventWithCount | null>

Get event with attendee count by slug (from cache)

Parameters

slug: string

Return Type

Promise<EventWithCount | null>

Usage

import { getEventWithCountBySlug } from "doc.ts";