UNPKG

es-string-html-methods

Version:

An ES-spec-compliant shim/polyfill/replacement for the Annex B String.prototype HTML methods that works as far down as ES3

8 lines (5 loc) 167 B
'use strict'; var CreateHTML = require('es-abstract/2024/CreateHTML'); module.exports = function fontsize(size) { return CreateHTML(this, 'font', 'size', size); };