update credit card mask
This commit is contained in:
@@ -7,7 +7,7 @@ import {
|
||||
} from 'unique-names-generator'
|
||||
import { z } from 'zod'
|
||||
|
||||
const isName = (name: string) => name && name.includes(' ')
|
||||
export const isName = (name: string) => name && name.includes(' ')
|
||||
|
||||
function randomEmail() {
|
||||
const numberDict = NumberDictionary.generate({ min: 100, max: 999 })
|
||||
|
||||
Reference in New Issue
Block a user