All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.core-js.modules.es6.string.strike.js Maven / Gradle / Ivy

The newest version!
'use strict';
// B.2.3.12 String.prototype.strike()
require('./_string-html')('strike', function (createHTML) {
  return function strike() {
    return createHTML(this, 'strike', '', '');
  };
});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy