From 26105034da4fcce7ac883c899d781f016559310d Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 8 Nov 2018 00:38:48 +0800 Subject: switch to vuepress --- node_modules/core-js/fn/string/escape-html.js | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 node_modules/core-js/fn/string/escape-html.js (limited to 'node_modules/core-js/fn/string/escape-html.js') diff --git a/node_modules/core-js/fn/string/escape-html.js b/node_modules/core-js/fn/string/escape-html.js new file mode 100644 index 00000000..8f427882 --- /dev/null +++ b/node_modules/core-js/fn/string/escape-html.js @@ -0,0 +1,2 @@ +require('../../modules/core.string.escape-html'); +module.exports = require('../../modules/_core').String.escapeHTML; -- cgit v1.2.3