Skip to content

Commit 1696251

Browse files
committed
isPAN change
1 parent ad505b6 commit 1696251

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ const validator = {
245245
isTime,
246246
isLicensePlate,
247247
isVAT,
248+
isPAN,
248249
ibanLocales,
249250
};
250251

test/validators/isPAN.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import isPAN from '../src/lib/isPAN';
1+
import validator from '../../src/index';
22

33
describe('isPAN', () => {
44
it('valid PAN', () => {

0 commit comments

Comments
 (0)