UNPKG

five-server

Version:

Development Server with Live Reload Capability. (Maintained Fork of Live Server)

16 lines 603 B
/** * @package escape-html (https://www.npmjs.com/package/escape-html) * * @copyright * Copyright(c) 2012-2013 TJ Holowaychuk * Copyright(c) 2015 Andreas Lubbe * Copyright(c) 2015 Tiancheng "Timothy" Gu * * @license {@link https://github.com/component/escape-html/blob/master/LICENSE MIT} * * @description modified version of escape-html@1.0.3 (https://github.com/component/escape-html/blob/master/index.js) */ /** Escape special characters in the given string of text. */ declare const escapeHtml: (str: string) => string; export default escapeHtml; //# sourceMappingURL=escape-html.d.ts.map