#ifndef ESMBOT_NATIVES_WDT_H_ #define ESMBOT_NATIVES_WDT_H_ #include Napi::Value Wdt(const Napi::CallbackInfo& info); #endif