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

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

There is a newer version: 3.3.1
Show 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 - 2025 Weber Informatics LLC | Privacy Policy