We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad505b6 commit 1696251Copy full SHA for 1696251
2 files changed
src/index.js
@@ -245,6 +245,7 @@ const validator = {
245
isTime,
246
isLicensePlate,
247
isVAT,
248
+ isPAN,
249
ibanLocales,
250
};
251
test/validators/isPAN.test.js
@@ -1,4 +1,4 @@
1
-import isPAN from '../src/lib/isPAN';
+import validator from '../../src/index';
2
3
describe('isPAN', () => {
4
it('valid PAN', () => {
0 commit comments