Skip to main content
Version: 1.x

BootstrapFunction

BootstrapFunction​

Represents the function executed during the bootstrap phase of CommandKit.

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