Preparing search index...
The search index is not available
Silvertree API
Silvertree API
@silvertree/kysely
kysely
UsingNode
Variable UsingNode
Internal
Using
Node
:
Readonly
<
{
cloneWithTables
(
using
,
tables
)
:
kysely
.
UsingNode
;
create
(
tables
)
:
kysely
.
UsingNode
;
is
(
node
)
:
node
is
kysely
.
UsingNode
;
}
>
Type declaration
clone
With
Tables
:
function
clone
With
Tables
(
using
,
tables
)
:
kysely
.
UsingNode
Parameters
using
:
kysely
.
UsingNode
tables
:
readonly
OperationNode
[]
Returns
kysely
.
UsingNode
create
:
function
create
(
tables
)
:
kysely
.
UsingNode
Parameters
tables
:
readonly
OperationNode
[]
Returns
kysely
.
UsingNode
is
:
function
is
(
node
)
:
node
is
kysely
.
UsingNode
Parameters
node
:
OperationNode
Returns
node
is
kysely
.
UsingNode
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Silvertree API
Loading...