UNPKG

underscore-es

Version:

javaScript's functional programming helper library for ES6 and beyond.

9 lines (6 loc) 276 B
// `_unescape` : an utility's function // ------------------------------------ import {createEscaper, unescapeMap} from './_internal'; // Functions for unescaping strings to/from HTML interpolation. var _unescape = createEscaper(unescapeMap); export {_unescape as default};