C function to get the current libuv event loop for N-API
npm install get-uv-event-loop-napi-hget-uv-event-loop-napi-h
=================================






Installation
------------
Install with npm:
`` bash`
$ npm install get-uv-event-loop-napi-h
Usage
-----
In your binding.gyp:
`python`
'include_dirs': ["
(Just have " somewhere in that list, ok?)
In your C code:
`c
#include
uv_loop_t* loop = get_uv_event_loop(env);
``