@aryth/math
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ const abs = n => n < 0 ? 0 - n : n; |
{ | ||
"name": "@aryth/math", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "A math util library", | ||
@@ -32,3 +32,3 @@ "main": "dist/index.cjs.js", | ||
"homepage": "https://github.com/hoyeungw/aryth#readme", | ||
"gitHead": "7a2684eaebd940363829202fe90aabad717f0727" | ||
"gitHead": "1c117a6d55cbb78d5b2b775eed418b60a930bc6f" | ||
} |
@@ -0,0 +0,0 @@ # @aryth/math |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5406