UNPKG

lean-he

Version:

A robust HTML entities encoder/decoder with full Unicode support.

6 lines (5 loc) 168 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var regexInvalidEntity = exports.regexInvalidEntity = /&#(?:[xX][^a-fA-F0-9]|[^0-9xX])/;