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

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

The newest version!
'use strict';
// 21.1.3.25 String.prototype.trim()
require('./_string-trim')('trim', function ($trim) {
  return function trim() {
    return $trim(this, 3);
  };
});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy