@hv-kit/hexpress
Version:
facilitates typescript backend development with express
18 lines • 1.01 kB
TypeScript
export declare function ElementsToOptionsElement(datas: any[], mapFunct?: (data: any) => any): any[];
export declare function GetTreeList(datas: any[], id?: string, defaultVal?: any, parent?: string, childrenLabel?: string): any[];
export declare function GetSocialNetworkIcon(sn: string, choice: string): any;
export declare function ShowImage(data: any, initial?: string): any;
export declare function ShowImageProfilePicture(data: any): any;
export declare function ShowCoverPost(data: any): any;
export declare function ConvertToType(data: any, type: string): any;
declare const _default: {
ElementsToOptionsElement: typeof ElementsToOptionsElement;
GetTreeList: typeof GetTreeList;
GetSocialNetworkIcon: typeof GetSocialNetworkIcon;
ShowImage: typeof ShowImage;
ShowImageProfilePicture: typeof ShowImageProfilePicture;
ShowCoverPost: typeof ShowCoverPost;
ConvertToType: typeof ConvertToType;
};
export default _default;
//# sourceMappingURL=utils.d.ts.map