Files
Opal-Estate-Pro/node_modules/node-sass/src/create_string.h
hatuhn f14a34ba19 uapte
2019-09-13 09:44:33 +07:00

9 lines
124 B
C

#ifndef CREATE_STRING_H
#define CREATE_STRING_H
#include <nan.h>
char* create_string(Nan::MaybeLocal<v8::Value>);
#endif