@ztimson/utils 0.27.12 → 0.27.13

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.
@@ -29,6 +29,7 @@ export declare function PE(str: TemplateStringsArray, ...args: any[]): PathEvent
29
29
  * @param {TemplateStringsArray} str
30
30
  * @param {string} args
31
31
  * @return {string}
32
+ * @constructor
32
33
  */
33
34
  export declare function PES(str: TemplateStringsArray, ...args: any[]): string;
34
35
  export declare class PathError extends Error {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ztimson/utils",
3
- "version": "0.27.12",
3
+ "version": "0.27.13",
4
4
  "description": "Utility library",
5
5
  "author": "Zak Timson",
6
6
  "license": "MIT",