UNPKG

@narik/custom-validators

Version:

Framework to create angular application

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;