UNPKG

masked-input-utils-ts

Version:

Reusable masking utility for PAN, Aadhar, CVV, Mobile Numbers, Email with TypeScript support

6 lines (5 loc) 113 B
module.exports = { preset: 'ts-jest', testEnvironment: 'node', testMatch: ['**/__tests__/**/*.test.ts'] };