UNPKG

smh-ajv-utils

Version:
8 lines (7 loc) 203 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const pincodeFormat = { type: 'string', validate: (data) => /^\d{6}$/.test(data), }; exports.default = pincodeFormat;