UNPKG

396 BMarkdownView Raw
1# Nan support
2
3To simplify building of cross-version node modules, [Nan](https://github.com/nodejs/nan) is always included as a project dependency. In your module native sources, just add:
4
5```C
6#include <nan.h>
7```
8
9node-cmake always depends on the newest version of nan and makes that package available. If you delcare your own version in your `package.json`, this version will be used instead.
\No newline at end of file