proposit-core
Preparing search index...
lib
deterministicStage
Function deterministicStage
deterministicStage
<
TOutput
>
(
config
:
{
dependsOn
:
readonly
TDepSpec
[]
;
fn
:
(
ctx
:
TStageContext
)
=>
TOutput
|
Promise
<
TOutput
>
;
id
:
string
;
outputSchema
:
TSchema
;
}
,
)
:
TStage
<
TOutput
>
Type Parameters
TOutput
Parameters
config
:
{
dependsOn
:
readonly
TDepSpec
[]
;
fn
:
(
ctx
:
TStageContext
)
=>
TOutput
|
Promise
<
TOutput
>
;
id
:
string
;
outputSchema
:
TSchema
;
}
Returns
TStage
<
TOutput
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
proposit-core
Loading...