@yookue/ts-lang-utils
Advanced tools
Comparing version 0.1.52 to 0.1.53
@@ -79,3 +79,3 @@ var __defProp = Object.defineProperty; | ||
* @param minValue the min value, inclusive | ||
* @param maxValue the max value, inclusive | ||
* @param maxValue the max value, exclusive | ||
* | ||
@@ -97,3 +97,3 @@ * @returns a random integer that between value range | ||
* @param minValue the min value, inclusive | ||
* @param maxValue the max value, inclusive | ||
* @param maxValue the max value, exclusive | ||
* | ||
@@ -124,3 +124,3 @@ * @returns a random integer array that between value range, matching the given size | ||
* @param minValue the min value, inclusive | ||
* @param maxValue the max value, inclusive | ||
* @param maxValue the max value, exclusive | ||
* | ||
@@ -144,3 +144,3 @@ * @returns a random number that between the value range | ||
* @param minValue the min value, inclusive | ||
* @param maxValue the max value, inclusive | ||
* @param maxValue the max value, exclusive | ||
* | ||
@@ -171,3 +171,3 @@ * @returns a random number array that between value range, matching the given size | ||
* @param minLength the min length, inclusive | ||
* @param maxLength the max length, inclusive | ||
* @param maxLength the max length, exclusive | ||
* @param characters the source characters to be generated from | ||
@@ -200,3 +200,3 @@ * | ||
* @param minLength the min length, inclusive | ||
* @param maxLength the max length, inclusive | ||
* @param maxLength the max length, exclusive | ||
* @param characters the source characters to be generated from | ||
@@ -203,0 +203,0 @@ * |
{ | ||
"name": "@yookue/ts-lang-utils", | ||
"version": "0.1.52", | ||
"version": "0.1.53", | ||
"title": "TsLangUtils", | ||
@@ -5,0 +5,0 @@ "description": "Common lang utilities for typescript", |
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
64
4
6
0
52