loadLaunchDarklyModule(): Promise<ILaunchDarklyModule>
Lazily imports the LaunchDarkly Node server SDK.
This performs a real import('npm:@launchdarkly/node-server-sdk@^9') — the
package is resolved by the runtime at call time and is not part of this
package's dependency graph. The SDK is Node-oriented (it uses node:events
and Node HTTP), so it works on Node, Deno, and Bun but not on Cloudflare
Workers.
Promise<ILaunchDarklyModule>
The adapted module facade