#ifndef ESMBOT_NATIVES_SWIRL_H_ #define ESMBOT_NATIVES_SWIRL_H_ #include Napi::Value Swirl(const Napi::CallbackInfo& info); #endif