UNPKG

one-schema

Version:
4 lines (3 loc) 207 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = (function (input) { return typeof input === 'string' && input.length !== 0 && !(/[^0-9|a-z]/i.test(input)); });