#ifndef ESMBOT_NATIVES_SPIN_H_ #define ESMBOT_NATIVES_SPIN_H_ #include Napi::Value Spin(const Napi::CallbackInfo& info); #endif