/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
- 'use strict';
- // B.2.3.11 String.prototype.small()
- require('./_string-html')('small', function (createHTML) {
- return function small() {
- return createHTML(this, 'small', '', '');
- };
- });