UNPKG

ngx-restful-client

Version:

The ultimate Angular library to exquisitely declare and implement the REST APIs you'll use in your application.

15 lines (14 loc) 531 B
export declare class CoreUtil { private static PLAIN_MAP_OBJECTS; private constructor(); static isRepeatedCharString(str: string): boolean; static hasAttributes(param: any): boolean; static isDate(param: any): boolean; static objectToPlainMap(json: any): Map<string, any>; private static doMapAttributes; private static objectToPlainMapOld; private static doMapAttributesOld; static objectToString(object: any): string; private static wasProcessed; private static markAsProcessed; }