Skip to content

Variable: isLetterOrDigit

ts
const isLetterOrDigit: Validator<string> = alphanumeric;

Released under the MIT License.