qsu 1.6.3 → 1.6.4
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/dist/verify.d.ts +1 -1
- package/package.json +1 -1
package/dist/verify.d.ts
CHANGED
|
@@ -8,4 +8,4 @@ export declare function is2dArray(array: any[]): boolean;
|
|
|
8
8
|
export declare function between(range: [number, number], number: number, inclusive?: boolean): boolean;
|
|
9
9
|
export declare function len(data: any): number;
|
|
10
10
|
export declare function isEmail(email: string): boolean;
|
|
11
|
-
export declare function isTrueMinimumNumberOfTimes(conditions:
|
|
11
|
+
export declare function isTrueMinimumNumberOfTimes(conditions: any[], minimumCount?: number): boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "qsu",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.4",
|
|
4
4
|
"description": "QSU is a lightweight and simple module with a variety of built-in utility functions that you can utilize in your NodeJS projects.",
|
|
5
5
|
"author": "CDGet <jooy2.contact@gmail.com>",
|
|
6
6
|
"license": "MIT",
|