• Register a callback that returns the bootstrap module exports. Consumers use this indirection so models can lazy-load handles without creating cycles.

    Parameters

    • resolver: BootstrapResolver

      Function that resolves the bootstrap API when invoked.

    Returns void