GeoLeaf Core API - v3.0.0
    Preparing search index...
    • Installs the whole Utils surface onto target, in place.

      Used by globals.core.ts (B2) against the live GeoLeaf.Utils object, which must stay the same reference across re-invocations of setupCoreMap() — the module lifecycle re-runs it, and a caller may have captured GeoLeaf.Utils beforehand.

      Parameters

      • target: Record<string, unknown>

        the object to populate (mutated).

      Returns void