@accitdg/web-helpers 0.0.21 → 0.0.22
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
|
@@ -11,7 +11,7 @@ export declare function formatNumberWithCommas(...args: any[]): any;
|
|
|
11
11
|
export declare function titleCase(...args: any[]): any;
|
|
12
12
|
export declare function maskFormatPhilippineNumber(...args: any[]): any;
|
|
13
13
|
|
|
14
|
-
declare const _default: {
|
|
14
|
+
export declare const _default: {
|
|
15
15
|
convertNumberToCurrency: typeof convertNumberToCurrency;
|
|
16
16
|
arrayBufferToBase64: typeof arrayBufferToBase64;
|
|
17
17
|
cleanBase64: typeof cleanBase64;
|