@accitdg/web-helpers 0.0.20 → 0.0.21
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 +12 -12
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
export function convertNumberToCurrency(...args: any[]): any;
|
|
2
|
-
export function arrayBufferToBase64(...args: any[]): any;
|
|
3
|
-
export function cleanBase64(...args: any[]): any;
|
|
4
|
-
export function downloadBase64File(...args: any[]): any;
|
|
5
|
-
export function restoreBase64(...args: any[]): any;
|
|
6
|
-
export function getFileExtensionFromBase64(...args: any[]): any;
|
|
7
|
-
export function configureHelpers(...args: any[]): any;
|
|
8
|
-
export function createPayload(...args: any[]): any;
|
|
9
|
-
export function createPayload2(...args: any[]): any;
|
|
10
|
-
export function formatNumberWithCommas(...args: any[]): any;
|
|
11
|
-
export function titleCase(...args: any[]): any;
|
|
12
|
-
export function maskFormatPhilippineNumber(...args: any[]): any;
|
|
1
|
+
export declare function convertNumberToCurrency(...args: any[]): any;
|
|
2
|
+
export declare function arrayBufferToBase64(...args: any[]): any;
|
|
3
|
+
export declare function cleanBase64(...args: any[]): any;
|
|
4
|
+
export declare function downloadBase64File(...args: any[]): any;
|
|
5
|
+
export declare function restoreBase64(...args: any[]): any;
|
|
6
|
+
export declare function getFileExtensionFromBase64(...args: any[]): any;
|
|
7
|
+
export declare function configureHelpers(...args: any[]): any;
|
|
8
|
+
export declare function createPayload(...args: any[]): any;
|
|
9
|
+
export declare function createPayload2(...args: any[]): any;
|
|
10
|
+
export declare function formatNumberWithCommas(...args: any[]): any;
|
|
11
|
+
export declare function titleCase(...args: any[]): any;
|
|
12
|
+
export declare function maskFormatPhilippineNumber(...args: any[]): any;
|
|
13
13
|
|
|
14
14
|
declare const _default: {
|
|
15
15
|
convertNumberToCurrency: typeof convertNumberToCurrency;
|