#ifndef ESMBOT_NATIVES_FREEZE_H_
#define ESMBOT_NATIVES_FREEZE_H_

#include <napi.h>

Napi::Value Freeze(const Napi::CallbackInfo& info);

#endif