#ifndef ESMBOT_NATIVES_SPEED_H_ #define ESMBOT_NATIVES_SPEED_H_ #include Napi::Value Speed(const Napi::CallbackInfo& info); #endif