utiller 1.0.176 → 1.0.177

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2583,6 +2583,18 @@ var Utiller = /*#__PURE__*/function () {
2583
2583
 
2584
2584
  return items;
2585
2585
  }
2586
+ }, {
2587
+ key: "getHeadStringSplitBy",
2588
+ value: function getHeadStringSplitBy(string) {
2589
+ var sign = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : this.getSeparatorOfUnique();
2590
+ return _lodash["default"].split(string, sign).shift();
2591
+ }
2592
+ }, {
2593
+ key: "getTailStringSplitBy",
2594
+ value: function getTailStringSplitBy(string) {
2595
+ var sign = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : this.getSeparatorOfUnique();
2596
+ return _lodash["default"].split(string, sign).pop();
2597
+ }
2586
2598
  }]);
2587
2599
  return Utiller;
2588
2600
  }();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "utiller",
3
- "version": "1.0.176",
3
+ "version": "1.0.177",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -11,7 +11,7 @@
11
11
  "license": "ISC",
12
12
  "dependencies": {
13
13
  "configerer": "^1.0.11",
14
- "utiller": "^1.0.175",
14
+ "utiller": "^1.0.176",
15
15
  "linepayer": "^1.0.4",
16
16
  "databazer": "^1.0.11",
17
17
  "lodash": "^4.17.20",