jsfunx 1.0.5 → 1.1.0

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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -210,6 +210,7 @@ function fun(name, age) {
210
210
  console.log(`your name is ${name} and your age is ${age}`);
211
211
  return;
212
212
  }
213
+
213
214
  throw new TypeError("invalid arguments types");
214
215
  }
215
216
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jsfunx",
3
- "version": "1.0.5",
3
+ "version": "1.1.0",
4
4
  "description": "JavaScript utility functions for cleaner, more readable code",
5
5
  "main": "./jsfunx.cjs",
6
6
  "module": "./jsfunx.mjs",