0.1.4 • Published 2 years ago
hellas v0.1.4
hellas
Usage
npm i hellas
# or
yarn add hellas
# or
pnpm install hellasisAfm
Greek Tax Identification Number Validator
Έλεγχος ορθότητας Α.Φ.Μ
import { isAfm } from "hellas";
isAfm("123456789"); // falseisAmka
Greek Social Security Number Validator
Έλεγχος ορθότητας Α.Μ.Κ.Α
import { isAmka } from "hellas";
isAmka("123456789"); // falseisPostalCode
Greek Postal Code Validator
import { isPostalCode } from "hellas";
isPostalCode("12333"); // trueisVehiclePlate
Greek Vehicle Plate Validator
import { isVehiclePlate } from "hellas";
isVehiclePlate("ΧΑΟ-2222"); // trueisPhone
Greek Phone Number Validator (mobile & landline)
import { isPhone } from "hellas";
isPhone("+30 694 123 4567"); // true