Packages › trotsky › StepStarterPack › apply
StepStarterPack.apply() method
Applies the step logic to retrieve the starter pack and sets the output to the retrieved starter pack's data. If no starter pack is found, the output is set to null.
Signature:
typescript
/** @override */
apply(): Promise<void>;Returns:
Promise<void>