#ifndef openDevice_h
#define openDevice_h

#include <node_api.h>

napi_value openDevice(napi_env env, napi_callback_info info);

#endif