zek 17.3.78 → 17.3.81

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.
@@ -15,4 +15,5 @@ export declare class StringHelper {
15
15
  * @returns
16
16
  */
17
17
  static trimAny(val: string | null, chars: string): string | null;
18
+ static split(val: string | null | undefined, ...separator: string[]): string[];
18
19
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zek",
3
- "version": "17.3.78",
3
+ "version": "17.3.81",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.0",
6
6
  "@angular/core": "^17.3.0"