UNPKG

ph-id-validator

Version:
21 lines (20 loc) 1.37 kB
declare const isSECRegistrationCert: (idNumber: string) => boolean; declare const isOWWAId: (idNumber: string) => boolean; declare const isSeamanBook: (idNumber: string) => boolean; declare const isIBPId: (idNumber: string) => boolean; declare const isGSISId: (idNumber: string) => boolean; declare const isPassport: (idNumber: string) => boolean; declare const isPRCId: (idNumber: string) => boolean; declare const isOFWId: (idNumber: string) => boolean; declare const isACRICard: (idNumber: string) => boolean; declare const isTinId: (idNumber: string) => boolean; declare const isSSSId: (idNumber: string) => boolean; declare const isPhilhealthId: (idNumber: string) => boolean; declare const isDriversLicense: (idNumber: string) => boolean; declare const isPostalId: (idNumber: string) => boolean; declare const isBirthCertificate: (idNumber: string) => boolean; declare const isUMID: (idNumber: string) => boolean; declare const isVotersId: (idNumber: string) => boolean; declare const isPagIbigLoyaltyCard: (idNumber: string) => boolean; declare const isNBIClearance: (idNumber: string) => boolean; export { isTinId, isSSSId, isPhilhealthId, isDriversLicense, isPostalId, isBirthCertificate, isUMID, isVotersId, isPagIbigLoyaltyCard, isNBIClearance, isSECRegistrationCert, isOWWAId, isSeamanBook, isIBPId, isGSISId, isPassport, isPRCId, isOFWId, isACRICard, };