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