| Current Path : /home/kamilrogam/komp/2018/180513/git/simpleKanban/node_modules/core-js/modules/ |
| Current File : /home/kamilrogam/komp/2018/180513/git/simpleKanban/node_modules/core-js/modules/es6.string.trim.js |
'use strict';
// 21.1.3.25 String.prototype.trim()
require('./_string-trim')('trim', function ($trim) {
return function trim() {
return $trim(this, 3);
};
});