mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
Add doc for Buffer.isBuffer
This commit is contained in:
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user