@aristid/leav-types 1.4.1-ce4ec267 → 1.4.1-e7d4dc36

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.
@@ -93,7 +93,7 @@ export declare namespace matomo {
93
93
  export let siteId: string;
94
94
  }
95
95
  export declare namespace lang {
96
- export let available: string | string[];
96
+ export let available: string[];
97
97
  let _default: string;
98
98
  export { _default as default };
99
99
  }
@@ -235,5 +235,5 @@ export declare namespace elasticsearch {
235
235
  export declare namespace logsCollector {
236
236
  let queue: string;
237
237
  }
238
- export declare let pluginsPath: string | any[];
238
+ export declare let pluginsPath: string[];
239
239
  export { _export as export, _import as import };
@@ -6,3 +6,7 @@ export declare function envToBool(value: string, defaultValue?: boolean): boolea
6
6
  * To convert process.env string to number
7
7
  */
8
8
  export declare function envToNumber(value: string, defaultValue?: number): number;
9
+ /**
10
+ * To convert process.env string to string array
11
+ */
12
+ export declare function envToStringArray(value: string, separator?: string, defaultValue?: string[]): string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aristid/leav-types",
3
- "version": "1.4.1-ce4ec267",
3
+ "version": "1.4.1-e7d4dc36",
4
4
  "description": "Shared Leav types",
5
5
  "scripts": {
6
6
  "tscheck": "",