#ifndef ESMBOT_NATIVES_FLOP_H_ #define ESMBOT_NATIVES_FLOP_H_ #include Napi::Value Flop(const Napi::CallbackInfo& info); #endif