kysely
Preparing search index...
Command
Class Command<T>
Type Parameters
T
Index
Constructors
constructor
Methods
execute
Constructors
constructor
new
Command
<
T
>
(
cb
:
()
=>
Promise
<
T
>
)
:
Command
<
T
>
Type Parameters
T
Parameters
cb
:
()
=>
Promise
<
T
>
Returns
Command
<
T
>
Methods
execute
execute
()
:
Promise
<
T
>
Executes the command.
Returns
Promise
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
execute
kysely
Loading...
Executes the command.