#ifndef ESMBOT_NATIVES_SWIRL_H_
#define ESMBOT_NATIVES_SWIRL_H_
#include <napi.h>
Napi::Value Swirl(const Napi::CallbackInfo& info);
#endif