#ifndef ESMBOT_NATIVES_MIRROR_H_ #define ESMBOT_NATIVES_MIRROR_H_ #include Napi::Value Mirror(const Napi::CallbackInfo& info); #endif