drupflare/worker - v1.0.0
Preparing search index...
ops/plan
PlanKv
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
Methods
get
Methods
get
get
(
key
:
string
)
:
Promise
<
string
|
null
>
Parameters
key
:
string
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 minimal KV surface, so the resolver is drivable over a stand-in