#ifndef ESMBOT_NATIVES_INVERT_H_ #define ESMBOT_NATIVES_INVERT_H_ #include Napi::Value Invert(const Napi::CallbackInfo& info); #endif