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