warcraft-3-w3ts-utils 0.1.1 → 0.1.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "warcraft-3-w3ts-utils",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "A library of utility functions for modding Warcraft 3 utilizing the W3TS template.",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/src/index.d.ts ADDED
@@ -0,0 +1 @@
1
+ declare function tesw3utilsTest(): string;
@@ -1,5 +1,6 @@
1
1
  import { Timer, Trigger, Unit } from "w3ts";
2
2
 
3
+
3
4
  /**
4
5
  * Good for once a unit gets near you, but not good while they are near you since the event is only triggered on entry, not during
5
6
  * @param unit