@ztimson/utils 0.22.1 → 0.22.2

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.
@@ -23,7 +23,7 @@ export type Method = '*' | 'n' | 'c' | 'r' | 'u' | 'd' | 'x';
23
23
  * @param {string} args
24
24
  * @return {PathEvent} Event object
25
25
  */
26
- export declare function PE(str: TemplateStringsArray, ...args: string[]): PathEvent;
26
+ export declare function PE(str: TemplateStringsArray, ...args: any[]): PathEvent;
27
27
  /**
28
28
  * Shorthand for creating Event strings, ensures paths are correct
29
29
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ztimson/utils",
3
- "version": "0.22.1",
3
+ "version": "0.22.2",
4
4
  "description": "Utility library",
5
5
  "author": "Zak Timson",
6
6
  "license": "MIT",