Added the Porter Stemmer module to improve searches. This doesn't deal with some...
[yaffs-website] / node_modules / node-sass / src / create_string.h
1 #ifndef CREATE_STRING_H
2 #define CREATE_STRING_H
3
4 #include <nan.h>
5
6 char* create_string(Nan::MaybeLocal<v8::Value>);
7
8 #endif