Version 1
[yaffs-website] / node_modules / core-js / library / modules / es7.string.trim-left.js
diff --git a/node_modules/core-js/library/modules/es7.string.trim-left.js b/node_modules/core-js/library/modules/es7.string.trim-left.js
new file mode 100644 (file)
index 0000000..e584577
--- /dev/null
@@ -0,0 +1,7 @@
+'use strict';
+// https://github.com/sebmarkbage/ecmascript-string-left-right-trim
+require('./_string-trim')('trimLeft', function($trim){
+  return function trimLeft(){
+    return $trim(this, 1);
+  };
+}, 'trimStart');
\ No newline at end of file