summaryrefslogtreecommitdiff
path: root/node_modules/core-js/library/modules/es6.string.big.js
blob: aeeb1aba96923f0324d6a583defb0a9cb0156f30 (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', '', '');
  }
});