jimpex
    Preparing search index...

    Type Alias JimpexStartCallback

    JimpexStartCallback: (config: Config) => void

    The function called when the application starts listening for requests.

    Type Declaration

      • (config: Config): void
      • Parameters

        • config: Config

        Returns void