1. NAPI_EXTERN napi_status napi_get_uv_event_loop(napi_env env,
    2. struct uv_loop_s** loop);
    • [in] env: The environment that the API is invoked under.
    • [out] loop: The current libuv loop instance.