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

    Type Alias OracleKv

    the KV surface this reads; narrowed so a test supplies a plain object

    type OracleKv = {
        get(key: string, type: "text"): Promise<string | null>;
    }
    Index
    • Parameters

      • key: string
      • type: "text"

      Returns Promise<string | null>