#ifndef ESMBOT_NATIVES_QR_H_ #define ESMBOT_NATIVES_QR_H_ #include Napi::Value QrRead(const Napi::CallbackInfo& info); #endif