What is dom-serialize?
"Serializes any DOM node into a String"
dom-serialize is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 0 KB on disk.
Installation Guide
# Install via NPM
npm install dom-serialize
# Install via Yarn
yarn add dom-serialize