9 lines
124 B
C
Raw Normal View History

2023-09-09 09:39:30 +08:00
#ifndef CREATE_STRING_H
#define CREATE_STRING_H
#include <nan.h>
char* create_string(Nan::MaybeLocal<v8::Value>);
#endif