8 lines
148 B
C
8 lines
148 B
C
|
#ifndef ESMBOT_NATIVES_REVERSE_H_
|
||
|
#define ESMBOT_NATIVES_REVERSE_H_
|
||
|
|
||
|
#include <napi.h>
|
||
|
|
||
|
Napi::Value Reverse(const Napi::CallbackInfo& info);
|
||
|
|
||
|
#endif
|