#ifndef getDeviceInfoList_h
#define getDeviceInfoList_h

#include <node_api.h>

napi_value getDeviceInfoList(napi_env env, napi_callback_info info);

#endif