%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.link.js |
'use strict'; var $ = require('../internals/export'); var createHTML = require('../internals/create-html'); var forcedStringHTMLMethod = require('../internals/string-html-forced'); // `String.prototype.link` method // https://tc39.es/ecma262/#sec-string.prototype.link $({ target: 'String', proto: true, forced: forcedStringHTMLMethod('link') }, { link: function link(url) { return createHTML(this, 'a', 'href', url); } });