forked from ard/ruoyi-api

‘liusuyi’
2023-06-21 e2ea7986cf5e27e448a25c48c8c4cc771c067b0e
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', '', '');
  };
});