aboutsummaryrefslogtreecommitdiff
path: root/node_modules/babel-register/node_modules/core-js/modules/es6.string.small.js
blob: 941e4a767780e9afd435113f1d9876c9e74e6ec9 (plain)
1
2
3
4
5
6
7
'use strict';
// B.2.3.11 String.prototype.small()
require('./_string-html')('small', function (createHTML) {
  return function small() {
    return createHTML(this, 'small', '', '');
  };
});