#ifndef ESMBOT_NATIVES_REVERSE_H_ #define ESMBOT_NATIVES_REVERSE_H_ #include Napi::Value Reverse(const Napi::CallbackInfo& info); #endif