UNPKG

ngx-nic-parser

Version:

A calculator of Date of birth and gender using NIC in SriLanka using Angular

10 lines (9 loc) 287 B
export declare class BirthMonthAndDate { day: string; monthName: string; month: number; year?: number; gender?: string; weekDay?: string; constructor(day: string, monthName: string, month: number, year?: number, gender?: string, weekDay?: string); }