You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,8 @@ For a simpler example, see the **[async pi estimation example](https://github.co
54
54
55
55
For another example, see **[nan-example-eol](https://github.com/CodeCharmLtd/nan-example-eol)**. It shows newline detection implemented as a native addon.
56
56
57
+
Also take a look at our comprehensive [C++ tests](https://github.com/nodejs/nan/tree/master/test/cpp) which has a plehora of code snippets for your pasting pleasure.
58
+
57
59
<aname="api"></a>
58
60
## API
59
61
@@ -62,6 +64,7 @@ Additional to the NAN documentation below, please consult:
62
64
*[The V8 Getting Started Guide](https://developers.google.com/v8/get_started)
0 commit comments