What is string_decoder?
"The string_decoder module from Node core"
string_decoder is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 14.1 KB on disk.
Installation Guide
# Install via NPM
npm install string_decoder
# Install via Yarn
yarn add string_decoder