#ifndef ESMBOT_NATIVES_RESIZE_H_ #define ESMBOT_NATIVES_RESIZE_H_ #include Napi::Value Resize(const Napi::CallbackInfo& info); #endif