/node_modules/babel-polyfill/node_modules/core-js/library/modules/es6.string.fontsize.js
https://bitbucket.org/worklabschd/bingle_customer2 · JavaScript · 7 lines · 6 code · 0 blank · 1 comment · 0 complexity · eb9e3ee7ffb42a83079630b48fdd0b47 MD5 · raw file
- 'use strict';
- // B.2.3.8 String.prototype.fontsize(size)
- require('./_string-html')('fontsize', function (createHTML) {
- return function fontsize(size) {
- return createHTML(this, 'font', 'size', size);
- };
- });