@esvndev/es-react-table-interface 1.4.16 → 1.4.17

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/func.d.ts CHANGED
@@ -9,6 +9,8 @@ export declare const findItem: (array: any[] | undefined, key: string, value: an
9
9
  export declare const isNullOrUndefined: (d: any) => boolean;
10
10
  export declare const isStringNullOrEmpty: (d: any) => boolean;
11
11
  export declare const isNumberEmptyOrZero: (number: number | undefined | null) => boolean;
12
+ export declare const convertDate: (data: any) => string;
13
+ export declare const convertDateTime: (data: any) => string;
12
14
  export declare const convertDateTimeRangeToString: (date: Date, ope: string) => string;
13
15
  export declare const dateTemplate: (props: any) => string | undefined;
14
16
  export declare const isObjEmpty: (obj: any) => boolean;