blob: 38aab3414a58462c257476a2ab6902935268da19 [file] [log] [blame]
'use strict';
// B.2.3.3 String.prototype.big()
require('./_string-html')('big', function (createHTML) {
return function big() {
return createHTML(this, 'big', '', '');
};
});