Async initialization hook.
A no-op for the Node runtime (initialization already happened synchronously at import). Provided so the same await ensureInit() shape works across platforms.
await ensureInit()
Async initialization hook.
A no-op for the Node runtime (initialization already happened synchronously at import). Provided so the same
await ensureInit()shape works across platforms.