@earth-app/collegedb
    Preparing search index...

    Function isInitialized

    • Reports whether CollegeDB has been initialized in the current context.

      Lets callers drop the ad-hoc let initialized = false guard they otherwise keep alongside a wrapper around initialize.

      Returns boolean

      true once initialize/initializeAsync/initializeFromEnv has run

      1.2.4

      if (!isInitialized()) {
      initializeFromEnv(env);
      }