UNPKG

ddc-library-commons

Version:

Angular library for commons modules, components, services and more of the ddc project

6 lines (5 loc) 369 B
export declare function checkOverflow(element: HTMLElement): boolean; export declare function overflowHeight(element: HTMLElement): boolean; export declare function stringMapToJson(value: string): any; export declare function removeKeyFromObject(obj: object, key: string): {}; export declare function sortArrayByDate(inputArray: any, sortKey: any, asc: any): any;