UNPKG

ngx-nic-parser

Version:

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

13 lines (12 loc) 319 B
import { BirthMonthAndDate } from "./birth-month-and-date"; export declare class Response { status: { code: number; message: string; }; response?: BirthMonthAndDate; constructor(status: { code: number; message: string; }, response?: BirthMonthAndDate); }