UNPKG

ngx-custom-validators

Version:
4 lines (3 loc) 158 B
export declare function isPresent(obj: any): boolean; export declare function isDate(obj: any): boolean; export declare function parseDate(obj: any): string;