summaryrefslogtreecommitdiffstats
path: root/node_modules/node-sass/src/create_string.h
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/node-sass/src/create_string.h')
-rw-r--r--node_modules/node-sass/src/create_string.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/node_modules/node-sass/src/create_string.h b/node_modules/node-sass/src/create_string.h
new file mode 100644
index 0000000..03c7c92
--- /dev/null
+++ b/node_modules/node-sass/src/create_string.h
@@ -0,0 +1,8 @@
+#ifndef CREATE_STRING_H
+#define CREATE_STRING_H
+
+#include <nan.h>
+
+char* create_string(Nan::MaybeLocal<v8::Value>);
+
+#endif