/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

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