Skip to content

Packages  ›  trotsky  ›  StepStarterPacksEntry  ›  apply

StepStarterPacksEntry.apply() method

Applies the step's logic but does nothing by default. This method is usually overridden by child classes but will not throw an error if not.

Signature:

typescript
/** @override */
apply(): Promise<void>;

Returns:

Promise<void>