UNPKG

underscore-es

Version:

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

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