#ifndef ESMBOT_NATIVES_FREEZE_H_ #define ESMBOT_NATIVES_FREEZE_H_ #include Napi::Value Freeze(const Napi::CallbackInfo& info); #endif