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