/node_modules/babel-polyfill/node_modules/core-js/library/modules/es6.string.small.js

https://bitbucket.org/worklabschd/bingle_customer2 · JavaScript · 7 lines · 6 code · 0 blank · 1 comment · 0 complexity · 3c666f79d8369b2bdeb223cbcaf0fbbf MD5 · raw file

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