mirror of https://github.com/nodejs/node.git
parent
6292df659f
commit
df6c12cdcc
|
@ -1,6 +1,6 @@
|
|||
# StringDecoder
|
||||
|
||||
Stability: 2 - Unstable
|
||||
Stability: 3 - Stable
|
||||
|
||||
To use this module, do `require('string_decoder')`. StringDecoder decodes a
|
||||
buffer to a string. It is a simple interface to `buffer.toString()` but provides
|
||||
|
|
Loading…
Reference in New Issue