tsledge 0.1.30 → 0.1.31

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.
@@ -1,2 +0,0 @@
1
- export declare function getCurrentDateString(): string;
2
- //# sourceMappingURL=date.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"date.d.ts","sourceRoot":"","sources":["../../src/utils/date.ts"],"names":[],"mappings":"AAAA,wBAAgB,oBAAoB,WAGnC"}
@@ -1,13 +0,0 @@
1
- /**
2
- * Encodes any object into a base64 string.
3
- * @param obj The object to encode.
4
- * @returns Encoded string in base64 format.
5
- */
6
- export declare function encodeToBase64(obj: any): string;
7
- /**
8
- * Decodes a base64 string back into an object.
9
- * @param str The base64 string to decode.
10
- * @returns Decoded object or undefined if the input string is invalid.
11
- */
12
- export declare function decodeFromBase64<T = any>(str: string | null | undefined): T | undefined;
13
- //# sourceMappingURL=encoding.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"encoding.d.ts","sourceRoot":"","sources":["../../src/utils/encoding.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,wBAAgB,cAAc,CAAC,GAAG,EAAE,GAAG,GAAG,MAAM,CAE/C;AAED;;;;GAIG;AACH,wBAAgB,gBAAgB,CAAC,CAAC,GAAG,GAAG,EAAE,GAAG,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,GAAG,CAAC,GAAG,SAAS,CAMvF"}
@@ -1,16 +0,0 @@
1
- /**
2
- * Validates that the input is a non-empty object or array.
3
- * @param value
4
- * @returns boolean
5
- */
6
- export declare function isNonEmptyObjectOrArray(value: any): boolean;
7
- /**
8
- * Validates a string value, returning it if it's not empty, undefined, or null.
9
- * Returns the fallback value otherwise.
10
- *
11
- * @param value - The value to validate.
12
- * @param fallback - The value to return if validation fails.
13
- * @returns The validated string or the fallback.
14
- */
15
- export declare function validateString(value: string | undefined | null, fallback?: any): string | null | any;
16
- //# sourceMappingURL=validation.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"validation.d.ts","sourceRoot":"","sources":["../../src/utils/validation.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,wBAAgB,uBAAuB,CAAC,KAAK,EAAE,GAAG,GAAG,OAAO,CAS3D;AAED;;;;;;;GAOG;AACH,wBAAgB,cAAc,CAAC,KAAK,EAAE,MAAM,GAAG,SAAS,GAAG,IAAI,EAAE,QAAQ,GAAE,GAAU,GAAG,MAAM,GAAG,IAAI,GAAG,GAAG,CAW1G"}