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