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

7 lines (4 loc) 180 B
'use strict'; var polyfillHelper = require('../helpers/polyfill'); var implementation = require('./implementation'); module.exports = polyfillHelper('fontsize', implementation);