@darthcav/ts-utils
    Preparing search index...

    Type Alias LauncherFunction

    LauncherFunction: () => void

    A function that performs the actual application launch after process lifecycle handlers have been set up by main. Use a closure to capture any context needed (e.g. a logger).

    Type Declaration

      • (): void
      • Returns void