diff options
Diffstat (limited to 'node_modules/core-js/modules/es.string.sup.js')
| -rw-r--r-- | node_modules/core-js/modules/es.string.sup.js | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/node_modules/core-js/modules/es.string.sup.js b/node_modules/core-js/modules/es.string.sup.js deleted file mode 100644 index 3fc0b18..0000000 --- a/node_modules/core-js/modules/es.string.sup.js +++ /dev/null @@ -1,12 +0,0 @@ -'use strict'; -var $ = require('../internals/export'); -var createHTML = require('../internals/create-html'); -var forcedStringHTMLMethod = require('../internals/string-html-forced'); - -// `String.prototype.sup` method -// https://tc39.github.io/ecma262/#sec-string.prototype.sup -$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('sup') }, { - sup: function sup() { - return createHTML(this, 'sup', '', ''); - } -}); |
