Encodes html
const encode = require('path/to/html-encoder')
encode('<span>Hello</span>')
// => '<span>Hello</span>'
Encodes html
Type: string
HTML string to be encoded.
MIT © Emil Johansson
Encodes html
const encode = require('path/to/html-encoder')
encode('<span>Hello</span>')
// => '<span>Hello</span>'
Encodes html
Type: string
HTML string to be encoded.
MIT © Emil Johansson