• Typed helper to define the start() function.

    start() function is an optional function that if present, will be invoked when the application starts.

    This is a good time to start or complete any work needed before the application is being used.

    Type Parameters

    • StartContext extends Record<string | symbol, any>

    Parameters

    • start: start<StartContext>

    Returns start<StartContext>

Generated using TypeDoc