UNPKG

124 Btext/x-cView Raw
1#ifndef CREATE_STRING_H
2#define CREATE_STRING_H
3
4#include <nan.h>
5
6char* create_string(Nan::MaybeLocal<v8::Value>);
7
8#endif