Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/ui / dist / forms / deps / isValidDates.d.ts
Size: Mime:
export declare const monthValidationForYear: (month: any, year: any) => boolean;
declare class ExpiryDateValidation {
    isValidMonth: (year: any, month: any) => boolean;
    isValidYear: (year: any, month: any) => boolean;
    isValidTimeOrDay(): void;
}
declare const expiryDate: ExpiryDateValidation;
declare const isValidMonth: (year: any, month: any) => boolean;
declare const isValidYear: (year: any, month: any) => boolean;
export { isValidMonth, isValidYear, expiryDate };