GeoLeaf Core API - v3.0.0
    Preparing search index...

    Type Alias LazyResolver

    LazyResolver: () => Promise<void>

    Async resolver registered for a lazy plugin — loads its bundle on demand.

    Type Declaration

      • (): Promise<void>
      • Returns Promise<void>