drupflare/worker - v1.0.0
Preparing search index...
ops/oracle
OracleKv
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
Methods
get
Methods
get
get
(
key
:
string
,
type
:
"text"
)
:
Promise
<
string
|
null
>
Parameters
key
:
string
type
:
"text"
Returns
Promise
<
string
|
null
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
drupflare/worker - v1.0.0
Loading...
the KV surface this reads; narrowed so a test supplies a plain object