%PDF- %PDF-
Direktori : /var/www/html/node_modules/core-js-pure/modules/ |
Current File : /var/www/html/node_modules/core-js-pure/modules/es.string.bold.js |
'use strict'; var $ = require('../internals/export'); var createHTML = require('../internals/create-html'); var forcedStringHTMLMethod = require('../internals/string-html-forced'); // `String.prototype.bold` method // https://tc39.es/ecma262/#sec-string.prototype.bold $({ target: 'String', proto: true, forced: forcedStringHTMLMethod('bold') }, { bold: function bold() { return createHTML(this, 'b', '', ''); } });