Skip to content

Commit

Permalink
Add doc for Buffer.isBuffer
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Dec 19, 2010
1 parent 41d73e0 commit fca713e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/api/buffers.markdown
Expand Up @@ -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')

Expand Down

0 comments on commit fca713e

Please sign in to comment.