diff options
Diffstat (limited to 'node_modules/core-js/modules/es.string.small.js')
| -rw-r--r-- | node_modules/core-js/modules/es.string.small.js | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/node_modules/core-js/modules/es.string.small.js b/node_modules/core-js/modules/es.string.small.js deleted file mode 100644 index c8587d6..0000000 --- a/node_modules/core-js/modules/es.string.small.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.small` method -// https://tc39.github.io/ecma262/#sec-string.prototype.small -$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('small') }, { - small: function small() { - return createHTML(this, 'small', '', ''); - } -}); |
