Appearance
Function: getStepLocationByName()
ts
function getStepLocationByName(stepName: string): StepLocation | undefined;Defined in: src/step-location/index.ts:112
Lookup by step name. Returns undefined when the step wasn't wrapped — callers default that to 'local'.
Parameters
| Parameter | Type |
|---|---|
stepName | string |
Returns
StepLocation | undefined