Sina Khodabandehloo

Results 3 issues of Sina Khodabandehloo

it would be nice if this boilerplate could have support for scss modules pre-configured as well.

The `verifyIranianNationalId` util's algorithm does not work correctly. It validates some wrong national IDs as valid. ```js const { verifyIranianNationalId } = require('@persian-tools/persian-tools'); const ID1 = '0123456789'; const isID1Valid =...

The `verifyCardNumber` util's algorithm does not work correctly. It validates some wrong card numbers as valid. ```js const { verifyCardNumber } = require('@persian-tools/persian-tools'); const card1 = '4444333322221111'; const isCard1Valid =...

bug
Work in progress