onBeforeBoot
@quik/bootstrap / onBeforeBoot
Function: onBeforeBoot()
onBeforeBoot(
callback):void
Defined in: bootstrap/src/hooks.ts:155
Registers a callback to be executed before the BOOT step runs.
Parameters
callback
Function invoked prior to booting.
Returns
void