Skip to main content
Version: Next

BootstrapFunction

BootstrapFunction

Represents the function executed during the bootstrap phase of CommandKit.

Signature
type BootstrapFunction = | GenericFunction<[CommandKit]>
| AsyncFunction<[CommandKit]>