#ifndef ESMBOT_NATIVES_EXPLODE_H_ #define ESMBOT_NATIVES_EXPLODE_H_ #include Napi::Value Explode(const Napi::CallbackInfo& info); #endif