@aryth/math
Advanced tools
Comparing version 0.2.4 to 0.2.5
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ const abs = n => n < 0 ? 0 - n : n; |
{ | ||
"name": "@aryth/math", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"description": "A math util library", | ||
@@ -32,3 +32,3 @@ "main": "dist/index.cjs.js", | ||
"homepage": "https://github.com/hoyeungw/aryth#readme", | ||
"gitHead": "8ee1bab35c6b0687f778ae600c1c26cd44f8db26" | ||
"gitHead": "a3c99cde89538ca3525c848355c944e3742422ad" | ||
} |
@@ -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
5318