2cce165f2424154bd374bf2ab6eaa9967a2e426e0c0a9a190bb8dab04ce642a3205dc12bb53c8c8d99b839b4e99eb6671b058408be46f48f9e0754738651b0 185 B

1234567
  1. 'use strict';
  2. // B.2.3.14 String.prototype.sup()
  3. require('./_string-html')('sup', function (createHTML) {
  4. return function sup() {
  5. return createHTML(this, 'sup', '', '');
  6. };
  7. });