1 parent 41d73e0 commit fca713eCopy full SHA for fca713e
1 file changed
doc/api/buffers.markdown
@@ -81,6 +81,9 @@ Example: copy an ASCII string into a buffer, one byte at a time:
81
82
// node.js
83
84
+### Buffer.isBuffer(obj)
85
+
86
+Tests if `obj` is a `Buffer`.
87
88
### Buffer.byteLength(string, encoding='utf8')
89
0 commit comments