drupflare/worker - v1.0.0
    Preparing search index...

    Type Alias PlanKv

    the minimal KV surface, so the resolver is drivable over a stand-in

    type PlanKv = {
        get(key: string): Promise<string | null>;
    }
    Index
    • Parameters

      • key: string

      Returns Promise<string | null>