@cripty2001/utils 0.0.29 → 0.0.30
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/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -30,4 +30,4 @@ export declare function parseQuery(query: string | Record<string, any> | URLSear
|
|
|
30
30
|
};
|
|
31
31
|
export declare function randBetween(min: number, max: number): number;
|
|
32
32
|
import "dotenv/config";
|
|
33
|
-
export declare function getEnv(key: string, defaultValue
|
|
33
|
+
export declare function getEnv(key: string, defaultValue?: string): string;
|
package/package.json
CHANGED