UNPKG

restricted-input

Version:

Restrict inputs to certain valid characters (e.g. formatting phone or card numbers)

8 lines (7 loc) 261 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.errors = void 0; exports.errors = { PATTERN_MISSING: "A valid pattern must be provided", INVALID_ELEMENT: "A valid HTML input or textarea element must be provided", };