Add doc for Buffer.isBuffer

v0.7.4-release
Ryan Dahl 2010-12-18 18:44:04 -08:00
parent 41d73e02a2
commit fca713eba4
1 changed files with 3 additions and 0 deletions

View File

@ -81,6 +81,9 @@ Example: copy an ASCII string into a buffer, one byte at a time:
// node.js
### Buffer.isBuffer(obj)
Tests if `obj` is a `Buffer`.
### Buffer.byteLength(string, encoding='utf8')